cURL
curl --request GET \ --url https://aodocs.altirnao.com/api/domain/v1/storageadmins \ --header 'Authorization: Bearer <token>'
{ "defaultStorageAdmin": { "canCreateLibrary": true, "email": "<string>", "kind": "<string>", "name": "<string>" }, "kind": "<string>", "storageAdmins": [ { "canCreateLibrary": true, "email": "<string>", "kind": "<string>", "name": "<string>" } ] }
Lists the storage accounts of the domain.
The access token received from the authorization server in the OAuth 2.0 flow.
The security code
The domain
A ApiStorageAdminList response
Show child attributes