Edit service user
less than a minute
PUT
Use this endpoint to update the email address in the service user’s profile.https://www.digicert.com/services/v2/user/{{user_id}}
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
| Name | Req/Opt | Type | Description |
|---|---|---|---|
| required | string | Email address to update service user profile. Accepts only valid email addresses. Character limit: 255 |
Was this page helpful?
Provide feedback