API Base URL
Security: Bearer AuthProvide your bearer token in the Authorization header when making requests to protected resources.Example:
Authorization: Bearer 123The user object
Attributes
| Property Name | Type | Description |
|---|---|---|
| name | string | User’s full name |
| string | User’s primary email used in profile | |
| role | string | The role of the user created (available roles are: ‘Admin’, ‘Privileged’, ‘Participant’) |
| title | string | User’s job title |
| alternateEmail | string | User’s secondary email in profile |
| phone | string | Primary phone number of user |
| location | string | Free text that can be used to define office location (e.g. City, State, Country) |
| timezone | string | Time zone used to display to user the system times throughout Domo application |
| locale | date-time | Locale used to display to user the system settings throughout Domo application |
| employeeNumber | string | Employee number within company |