cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/billing-accounts/{id}:list-permissions \ --header 'Authorization: <api-key>'
{ "permissions": [ { "permissionRole": "UNKNOWN", "role": "<string>", "userEmail": "<string>", "userId": "<string>", "userPicture": "<string>" } ] }
Lists user permissions granted for a billing account.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes
UNKNOWN
OWNER
VIEWER
EDITOR