All Users
Information for all users can be retrieved using the following endpoint:
- includeDetails: Include all user information
- limit: The number of user records to return
- offset: Get users starting with this offset in the list of users
- returns (includeDetails=false)
- returns (includeDetails=true)
Single User
Information for a single user can be retrieved using the following endpoint:
- userId: The id (long) of the desired user. Note: The current user Id is supplied via by the domo.js library as part of the domo.env object
- includeDetails: Include all user information
- returns (includeDetails=false)
- returns (includeDetails=true)
User Avatar
User avatars are available at the avatars endpoint
- 100: 100 X 100
- 300: 300 X 300