Update agent profile
Update agent profile
PUT
Update agent profile
Authorizations
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Body
application/json
Display name
Example:
"John Doe"
First name
Example:
"John"
Last name
Example:
"Doe"
Email address
Example:
"agent@example.com"
Contact phone number
Example:
"+11234567890"
Date of birth
Example:
"1990-05-15"
Base64 profile photo or file
Example:
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUg..."
Nested agent detail fields
Response
200
Profile updated