User Meta Data
#
Get MetaData For UserUse the below method to get your own metaData.
#
Example Response#
Update MetaData For UserUse the below method to update your own metaData.
#
Request ParamStatus | Description | Type | Required |
---|---|---|---|
Update_MetaData | Update_MetaData is an optional parameter to update MetaData of user. Maximum size is 3 | Object | false |
#
Request Input for Update_MetaDataArguments | Description | Type |
---|---|---|
key | Name of the Key | String |
value | Name of the value | String or Boolean or Number |
#
Example Responsenote
You didn't pass param (Update_MetaData) to updateMetaData SDK method, it should be considered as a null and updated user MetaData as a null.