| name | data type | description |
|---|---|---|
| userId | number | |
| string | ||
| firstName | string | |
| lastName | string | |
| organization_id | number | |
| userUuid | string | the userUuid |
| preferredLocale | string | the preferredLocale |
| phone | string | the phone |
| phoneCountryCode | string | the phoneCountryCode |
Example
{
"userId" : 12345,
"email" : "...",
"firstName" : "...",
"lastName" : "...",
"organization_id" : 12345,
"userUuid" : "...",
"preferredLocale" : "...",
"phone" : "...",
"phoneCountryCode" : "..."
}