Skip to main content
POST
Create a user

Authorizations

Authorization
string
header
required

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

Query Parameters

send_email
boolean
default:false

Set to true if welcome email should be sent

Body

application/json

The user to create

A user

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

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>
required
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

Response

Created

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