v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
users

Get user details

get/v2/user

Response

OK

contributor_idstring

Unique internal identifier of the user, as a contributor

customer_idstring

Unique internal identifier of the user, as a purchaser

emailstring

Email address of the user

first_namestring

First name of the user

full_namestring

Full name including first, middle, and last name of the user

idstring

Unique internal identifier for the user, not tied to contributor or purchasing customer

is_premierboolean

True if the user has access to the Premier collection, false otherwise

is_premier_parentboolean

True if the user has access to the Premier collection and also has child users

languagestring

Main language of the user account

last_namestring

Last name of the user

only_enhanced_licenseboolean

True if the user has an enterprise license, false otherwise

only_sensitive_useboolean

True if the user has access to sensitive use only, false otherwise

organization_idstring

Unique internal identifier for the user's organization, specific to Premier users

premier_permissionsstring[]

List of permissions allowed through the Premier client

usernamestring

User name associated to the user

Example response

{
  "id": "101782699",
  "username": "jdoe",
  "full_name": "John Doe",
  "first_name": "John",
  "last_name": "Doe",
  "language": "es",
  "contributor_id": "212"
}