Skip to main content
API Base URL
Domo API Server: https://api.domo.com
Security: Bearer AuthProvide your bearer token in the Authorization header when making requests to protected resources.Example: Authorization: Bearer 123
Group objects allow you to manage a group and users associated to a group. Groups allow you to set access rights, send Buzz messages, or share content that stays consistent even when the group members may change. The API allows you to create, delete, retrieve a user or a list of users, and update user information.

The Group Object

Attributes

Property NameTypeDescription
namestringUser’s full name
idStringThe ID of the group
nameStringThe name of the group
defaultBooleanWhether the group is the default group
activeBooleanThe active status of the group
creatorIdStringThe ID of the user who created the group
memberCountNumberThe member count of the group
userIdsArrayThe IDs of the users in the group