Skip to main content
GET
/
user
/
v1
/
combinedSuggest
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/user/v1/combinedSuggest \
  --header 'Authorization: Bearer <token>'
{
  "kind": "<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

libraryId
string
required

The ID of the library

query
string
required

The pattern to look for (substring)

include
string[]

Set additional information to return (each additional item increases the response latency). Available value: EMAIL_QUALIFICATIONS

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiSuggestionList response

kind
string
suggestions
object[]