Profile
Signature:
{
"userId" : string,
"hasMasterPin" : boolean,
"username" : string,
"email" : string,
"firstName" : string,
"lastName" : string
}
Parameters:
Parameter | Type | Description |
---|---|---|
userId | string | User ID of the user |
hasMasterPin | boolean | Has the user a pin code |
username | string | Username of the user |
email | string | Email address of the user |
firstname | string | First name of the user |
lastname | string | Last name of the user |
Example:
{
"userId" : "davy",
"hasMasterPin" : true,
"username" : "AwesomeDavy",
"email" : "[email protected]",
"firstName" : "Davy",
"lastName" : "Awesome"
}
Updated about 1 year ago