Skip to main content

Edit user

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

Use this endpoint to update a user's profile information. To change a user's role, use the Change user role endpoint.

Items to note

If you do not include the job_title or phone_number in your edit user request, those values will be removed from the user's profile.

Example requests and responses

Request parameters

Name

Req/Opt

Type

Description

username

optional

string

Username to update user profile.

Valid characters: a–z, A–Z, 0–9, @, -, _, +

first_name

optional

string

First name to update user profile.

Character limit: 128

last_name

optional

string

Last name to update user profile.

Character limit: 128

email

required

string

Email address to update user profile. Accepts only valid email addresses.

Character limit: 255

job_title

optional

string

Job title to update user profile. Required for user to be EV approver.

Character limit: 64

Note: If not included in your request, the job_title value will be removed from the user's profile.

telephone

optional

string

Telephone number to update user profile. Required for user to be EV approver.

Character limit: 64

Note: If not included in your request, the telephone value will be removed from the user's profile.

is_saml_sso_only

optional

string

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

Note: Enabling this option does not revoke or disable active API keys that belong to the user.