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

The Account Object

The Account API allows you to create, update, validate and share accounts in Domo. If you would like to manage a large number of accounts at scale from agencies or other 3rd party vendors that you currently manage individually through the Data Center in Domo, the Accounts API makes that possible.
NoteThe Accounts API will only return information for accounts you own or for accounts that have been shared with you in Domo.

Account Attributes

Property NameTypeDescription
idStringThe ID of the Account
nameStringThe name of the Account
typeObjectThe type of the Account
validBooleanIndicates if the Account needs to be re-authorized or not

Account’s Type Attributes

Property NameTypeDescription
idStringThe ID of the Account Type
nameStringThe name of the Account Type
templatesObjectThe Template that defines the properties required to create an Account of this type

Account Type’s Template Attributes

Property NameTypeDescription
titleStringThe title of the Template
contentTypeStringThe content-type header when sending the request to create an Account
methodStringThe HTTP method used when creating the Account
propertiesArrayThe properties available to be sent when creating an Account
nameStringThe name of the Account Type
templatesObjectThe Template that defines the properties required to create an Account of this type

Account Share Attributes

Property NameTypeDescription
userObjectThe User to share the Account with. Only the User’s id attribute is required. See the Users API for more information