Creates a new user.
POST https://api.yourpayroll.com.au/api/v2/user
The request body takes a complete NewUserModel resource, containing the following writable properties:
{
"apiOnly": "boolean",
"displayName": "string",
"timeZone": "string",
"username": "string"
}
Name | Type | Description |
---|---|---|
apiOnly | boolean | Boolean |
displayName | string |
Required |
timeZone | string | String |
username | string |
Required |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
NewUserCreatedModel |
Powered by DapperDox