Next Topic

Previous Topic

Book Contents

Update User Profile

Updates the user profile settings for an agent.

PUT /assetmgmt/agent/{agentId}/settings/userprofile

Headers

Model Schema

Field

Datatype

Filterable

Sortable

AdminEmail

string

UserName

string

UserEmail

string

UserPhone

string

 

Notes

string

 

ShowToolTip

int

 

AutoAssignTickets

boolean

 

Sample Request Model

{
  "AdminEmail": "string",
  "UserName": "string",
  "UserEmail": "string",
  "UserPhone": "string",
  "Notes": "string",
  "ShowToolTip": 0,
  "AutoAssignTickets": true,
  "Attributes": {}
}