Name | Source | Mandatory | Type | Special Format | Description |
---|
groups | Body | NO | Array | Array of strings | Groups array |
pin | Body | NO | Object | includes code and allowed parameters | Pin Object |
|
Name | Mandatory | Type | Description |
---|
code | YES | Boolean | set to True to create a random generated codeĀ | allowed | YES | Boolean | set to True if this user is allowed to start pin code login |
|
user | Body | YES | Object | Includes one of id, username, or email | User Object |
| One of the following should exist under the user object: Name | Mandatory | Type | Special Format | Description |
---|
id | YES | String | N/A | User ID | username | YES | String | N/A | Username | email | YES | String | N/A | User Email |
|