Skip to main content
GET
/
user
/
v1
/
userAndGroupSuggest
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/user/v1/userAndGroupSuggest \
  --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

query
string
required

The pattern to look for (substring)

inGroup
string

The Google group to look into

libraryId
string

The ID of the library

inRole
string

The role ID to look into (on the selected library)

inDocument
string

The document ID in which permissions to look into

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[]