Skip to main content
GET
/
user
/
v1
/
licenseUserSuggest
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/user/v1/licenseUserSuggest \
  --header 'Authorization: Bearer <token>'
{
  "kind": "<string>",
  "nextPageToken": "<string>",
  "suggestions": [
    {
      "allowlisted": true,
      "belongsToDomain": true,
      "domain": "<string>",
      "googleEmailAddress": true,
      "kind": "<string>",
      "name": "<string>",
      "thumbnailPictureUrl": "<string>",
      "type": "USER",
      "value": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

query
string
required

The pattern to look for (substring)

limit
integer<int32>
default:10

The maximum number of items to return

nextPageToken
string

DEPRECATED. Use pageToken instead.

pageToken
string

The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiSuggestionPageableList response

kind
string
nextPageToken
string
suggestions
object[]