Skip to main content
GET
/
user
/
v1beta1
/
emailQualification
/
{email}
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/user/v1beta1/emailQualification/{email} \
  --header 'Authorization: Bearer <token>'
{
  "allowlisted": true,
  "belongsToDomain": true,
  "domain": "<string>",
  "email": "<string>",
  "googleEmailAddress": true,
  "group": true,
  "kind": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

email
string
required

The email address to qualify

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiEmailQualification response

allowlisted
boolean

Whether the email address is allowlisted (individually or via its domain) in the current domain

belongsToDomain
boolean

Whether the email address is part of the current domain

domain
string

The current domain

email
string

The given email

googleEmailAddress
boolean

Whether the email address is tied to a Google account

group
boolean

The email address is a group email

kind
string