Parameter | Description |
---|---|
Display Name | The display name of the user. |
Family Name | The family name of the user. |
Given Name | The given name of the user. |
Primary Email | The primary email of the user. Must be unique among all users. |
Username | The user name of the user. Can contain letters, accented characters, symbols, numbers, punctuation. |
Parameter | Description |
---|---|
Active | Whether the user is active or not. |
{
"id": "<string>",
"meta": {
"resourceType": "<string>",
"created": "<string>",
"lastModified": "<string>"
},
"schemas": [
"<string>"
],
"userName": "<string>",
"name": {
"familyName": "<string>",
"givenName": "<string>"
},
"displayName": "<string>",
"active": true,
"emails": [
{
"value": "<string>",
"type": "<string>",
"primary": true
}
]
}
Was this page helpful?