Updates the user profile settings for an agent.
PUT /assetmgmt/agent/{agentId}/settings/userprofile
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Request Model
{
"AdminEmail": "string",
"UserName": "string",
"UserEmail": "string",
"UserPhone": "string",
"Notes": "string",
"ShowToolTip": 0,
"AutoAssignTickets": true,
"Attributes": {}
}