Edit service user

PUT https://www.digicert.com/services/v2/user/{{user_id}}
Use this endpoint to update the email address in the service user’s profile.

With service users, you can only edit the email address associated with a service user. You cannot change the service user’s username and first and last name.

Example requests and responses

cURL

curl -X PUT \
  https://www.digicert.com/services/v2/user/{{user_id}} \
  -H 'Content-Type: application/json' \
  -H 'X-DC-DEVKEY: {{api_key}}' \
  -d '{
  "email": "jane.doe@digicert.com"
}

204 No Content

// empty

Request parameters

NameReq/OptTypeDescription
emailrequiredstringEmail address to update service user profile. Accepts only valid email addresses.
Character limit: 255