cURL
curl --request GET \ --url https://aodocs.altirnao.com/api/user/v1/storageAccounts \ --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 storage accounts a user can use to create a library on a domain
The access token received from the authorization server in the OAuth 2.0 flow.
The security code
The G Suite domain
The email address of a user
A ApiStorageAdminList response
Show child attributes