cURL
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 } } '
Share an Account with a User.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the Account
The User to share the Account with
Show child attributes
No Content