Updates the specified user by providing values to parameters passed. Any parameter left out of the request will cause the specific user’s attribute to remain unchanged.
Known Limitation
Currently all user fields are required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the user
User's full name
User's primary email used in profile
The system role of the user (available roles are: 'Admin', 'Privileged', 'Participant')
The ID of the system role of the user
User's job title
User's secondary email in profile
Primary phone number of user
Free text that can be used to define office location (e.g. City, State, Country)
Time zone used to display to user the system times throughout Domo application
Locale used to display to user the system settings throughout Domo application
Employee number within company
Returns a 200 response code when successful.