Skip to main content
GET
/
v1
/
accounts
/
{ACCOUNT_ID}
/
shares
Share Account
curl --request GET \
  --url https://api.domo.com/v1/accounts/{ACCOUNT_ID}/shares \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "user": {
    "id": 123
  }
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ACCOUNT_ID
string
required

The ID of the Account

Query Parameters

user
array
required

The User to share the Account with

Body

application/json
user
object

Response

200

No Content