Signature:

{
  "userId" : string,
  "hasMasterPin" : boolean,
  "username" : string,
  "email" : string,
  "firstName" : string,
  "lastName" : string
}

Parameters:

ParameterTypeDescription
userIdstringUser ID of the user
hasMasterPinbooleanHas the user a pin code
usernamestringUsername of the user
emailstringEmail address of the user
firstnamestringFirst name of the user
lastnamestringLast name of the user

Example:

{
  "userId" : "davy",
  "hasMasterPin" : true,
  "username" : "AwesomeDavy",
  "email" : "[email protected]",
  "firstName" : "Davy",
  "lastName" : "Awesome"
}