Specification
{
"userName": String,
"firstName": String,
"lastName": String,
"userStatus": String,
"serviceAccount": Boolean
}
Structure Values
Field Name | Type | Description | Required | Default |
|---|---|---|---|---|
userName | String | User name. | Required | |
firstName | String | User’s first name. | None | |
lastName | String | User’s last name. | None | |
userStatus | String | The status of the user: Active or Disabled. Only Active users are able to sign into the platform. | Active | |
serviceAccount | Boolean | Flag denoting this user is a service account. Service accounts will not have passwords and an Org Admin will need to generate a personal access token for the user. | None |
Example
{
"userName": "john@silect.is",
"firstName": "John",
"lastName": "Doe"
}