AgentUpdateRequest
Request to update an agent's profile.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
email |
string | Yes | Email address to set and verify. A verification email will be sent to this address. |
View JSON Schema
{
"type": "object",
"description": "Request to update an agent's profile.",
"required": [
"email"
],
"properties": {
"email": {
"type": "string",
"description": "Email address to set and verify.\nA verification email will be sent to this address."
}
}
}