Skip to main content
GET
Get Access Information about a User

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userEmail
string
required

The user’s email

Response

Success

A user

accounts
integer[]
email
string
firstname
string
lastname
string
sso_access
boolean
type
enum<string>

User type, ADMIN is not allowed when creating users. To identify existing ADMIN users, you can use the Users endpoint.

Available options:
READ_ONLY,
STANDARD,
ADMIN
view
enum<string>
Available options:
CONTENT_MARKETING,
SEARCH_MARKETING,
EXECUTIVE_ESSENTIALS,
PAID_SEARCH,
RESEARCH,
COMPLETE
status
enum<string>
default:true

Whether the user is active or inactive. Not required when creating a user.

Available options:
ACTIVE,
INACTIVE