Skip to main content
GET
/
user
/
v1
/
storageAccounts
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

user
string

The email address of a user

Response

200 - application/json

A ApiStorageAdminList response

defaultStorageAdmin
object
kind
string
storageAdmins
object[]