Skip to main content
Domo
Domo
23 actions · 1 auth method
PreviewIAM

Authentication

OAuth 2.0

Requires a Domo developer account to generate a Client ID and Client Secret. Tokens are short-lived and automatically re…Guides: Connector Profile, Link Account
Actions
|
23 actions
Action
Description
Required scopes
List Activity Logs
Retrieve audit activity log entries for your Domo instance via GET /v1/audit, filtered by a required start timestamp and…
List Datasets
Retrieve a paginated list of DataSets in your Domo instance via GET /v1/datasets. Only sorting by name is supported — th…
List Groups
Retrieve a paginated list of all groups in your Domo instance via GET /v1/groups
Get Group
Retrieve full details of a single group by its numeric ID via GET /v1/groups/{id}
Create Group
Create a new group in your Domo instance via POST /v1/groups
Update Group
Update an existing group’s attributes via PUT /v1/groups/{id}. All fields (name, active, default) are required. WARNING…
Delete Group
Permanently delete a group via DELETE /v1/groups/{id}. The group must have no users before deletion.
List Group Users
Retrieve the numeric user IDs of all members in a specified group via GET /v1/groups/{id}/users, with offset-limit pagin…
Add User To Group
Add a user to a group via PUT /v1/groups/{groupId}/users/{userId}. Returns 204 No Content on success.
Remove User From Group
Remove a user from a group via DELETE /v1/groups/{groupId}/users/{userId}. Returns 204 No Content on success.
Get Unified Credentials
Get the current Domo connection’s unified credentials and identity.
List Unified Groups
List unified groups in Domo.
Get Unified Group
Get a unified Domo group by ID.
List Unified Roles
List unified roles in Domo.
Get Unified Role
Get a unified Domo role by ID.
List Unified Users
List unified users in Domo.
Get Unified User
Get a unified Domo user by ID.
List Streams
Retrieve a paginated list of Streams in your Domo instance via GET /v1/streams. Supports sorting and offset-limit pagina…
List Users
Retrieve a paginated list of all users in your Domo instance via GET /v1/users
Get User
Retrieve full details of a single user by their numeric ID via GET /v1/users/{id}
Create User
Create a new user in your Domo instance via POST /v1/users with the sendInvite query parameter
Update User
Update an existing user’s attributes via PUT /v1/users/{id}. The role and roleId fields are mutually exclusive — if both…
Delete User
Permanently delete a user via DELETE /v1/users/{id}. This action is irreversible.

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See the Projects Guide.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.
https://stackone-logos.com/api/domo/filled/png

Connector Profile

Domo - OAuth 2.0
3

Link an Account

Connect an account using StackOne Hub or Auth Link.
https://stackone-logos.com/api/domo/filled/png

Link Account

Domo - OAuth 2.0
4

Use Actions

Invoke actions using one of the methods below: