PUT enterpriseusers/{userName}
Renames a specific enterprise user
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userName | the enterprise user's current username |
Define this parameter in the request URI. |
| newEnterpriseUserName | the enterprise user's new username |
Define this parameter in the request body. |
Request body formats
application/hal+xml
No sample
application/hal+json
Sample:
{
"UserName": "enterpriseuser123renamed"
}
Response body formats
application/hal+xml
No sample
application/hal+json
Sample:
{
"UserName": "enterpriseuser123renamed",
"Created": "2021-07-06T11:06:30.9786158+02:00",
"OwnerOrgNo": "910494392"
}
