--- title: "Edit service user" source_url: https://dev.digicert.com/certcentral-apis/services-api/users/edit-service-user.html api_method: PUT api_endpoint: "/services/v2/user/{{user_id}}" api_url: "https://www.digicert.com/services/v2/user/{{user_id}}" --- **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 ```bash 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
email required string Email address to update service user profile. Accepts only valid email addresses.
Character limit: 255