Skip to main content

User info

GET https://www.digicert.com/services/v2/user/{{user_id}}

Use this endpoint to get details about a user.

Notice

You can replace {{user_id}} with me in the endpoint URL to get details about the user assigned to the API key used for the request.

Example requests and responses

Response parameters

Name

Type

Description

id

int

ID of the user.

username

string

Username used to sign in.

account_id

int

CertCentral account ID.

first_name

string

First name of user.

last_name

string

Last name of user.

email

string

Email address of user.

job_title

string

Job title of the user.

telephone

string

Telephone number of the user.

status

string

Current status of the user. See Glossary – User status.

last_login_date

string

Timestamp of the last time the user signed in.

Format: yyyy-MM-dd HH:mm:ss

container

object

Info about the user's container association.

.. id

int

Container ID.

.. public_id

string

Public ID of the container.

.. name

string

Name of the container.

.. parent_id

int

ID of the parent container.

.. template_id

int

ID of the template assigned to the container.

.. ekey

string

Unique key used for custom branding.

.. has_logo

bool

Custom logo status for container.

.. is_active

bool

Active status of the container.

access_roles

array

Access role assigned to the user. See Glossary – Access roles.

.. id

int

Access role ID.

.. name

string

Name of the access role.

is_cert_central

bool

Whether the user has a CertCentral account.

is_enterprise

bool

Whether the user belongs to an enterprise account.

is_saml_sso_only

bool

If true, the user can only log in to CertCentral via SAML SSO. Otherwise, false.

type

string

User type.

Possible values: standard

language_id

int

ID of the language used for content the user sees in their CertCentral account.

Possible values: See Glossary – Locale codes.

account_language_id

int

ID of the language used in notification emails from CertCentral.

Possible values:Glossary – Locale codes

has_container_assignments

bool

If true, the user has specific container assignments, and the response includes a container_assignments array. Otherwise, false.

container_assignments

array

List of containers to which the user is assigned. Only returned if the user has container assignments.

.. id

int

ID of the assigned container.

.. parent_id

int

ID of the parent container.

.. name

string

Name of the assigned container.

.. is_active

bool

Status of the assigned container.

container_visibility

array

List of containers visible to the user.

.. id

int

Container ID.

.. public_id

string

Public ID of the container.

.. name

string

Name of the container.

.. parent_id

int

ID of the parent container.

.. template_id

int

ID of the template assigned to the container.

.. ekey

string

Unique key used for custom branding.

.. has_logo

bool

Custom logo status for container.

.. is_active

bool

Active status of the container.

.. allowed_domain_names

array

List of domains that can be used with the container.

.. organization_assignments

array

List of organizations that can be used with the container.

.. .. id

int

Organization ID.

.. .. name

string

Legal name of the organization.