Skip to main content

All Users


Information for all users can be retrieved using the following endpoint:
Details
  • 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:
Details
  • 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
Valid sizes (pixels)
  • 100: 100 X 100
  • 300: 300 X 300
HTTP Request
Code Example