This is currently restricted to updating the user's "email confirmation" status only. The API user (brand manager or reseller) must have brand exclusive access to the user i.e. the user must only have access to businesses/employees that the API user manages.
PUT https://api.yourpayroll.com.au/api/v2/user
The request body takes a complete UpdateUserModel resource, containing the following writable properties:
{
"emailConfirmed": "boolean",
"username": "string"
}
Name | Type | Description |
---|---|---|
emailConfirmed | boolean | Boolean |
username | string |
Required |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
UserUpdatedModel |
Powered by DapperDox