User
Add User to Organization
POST
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Body
Custom dictionary of key:value pairs. You can use this field to store any data related to the object or for your system. Example usage:
{
"additionalData": {
"key1": "value1",
"key2": "value2",
"key3": "value3"
}
}
The user's email address.
The user's locale for PartnerHub and PayHub localization. Supported values:
en
es
The user's phone number.
Timezone, in UTC offset. For example, -5 is Eastern time.
The user's status:
- Inactive: 0
- Active: 1
- Deleted: -99
- Locked: 85
Available options:
0
, 1
, -99
, 85
Was this page helpful?