put {protocol}://{server}:{port}{basePath}/accounts//profiles/
This API requires the Account Administrator role.
Updates a profile.
The following fields must be unique otherwise a HTTP 409 Conflcit
will be returned:
profileName
This operation will clear the value stored for any fields not present in the request.
For example, to remove a feature such as voice
from a user you should omit the
voice
field in the request. The same behavior applies to every field in the request.
Changes to the fields:
features
Will trigger asynchronous updates, the status of which should be monitored via /profiles:listStatuses
.