PUT
/
agent
/
{id}

Authorizations

apikey
string
headerrequired

Authentication is done via apikey provided for your account

Include the following in your request header

apikey: "your_apikey_here"

Path Parameters

id
string
required

ID or email of the agent

Body

application/json
id
string

agent id

firstName
string

first name of agent

lastName
string

last name of agent

email
string

email of agent

role
enum<string>

role of the agent

Available options:
owner,
admin,
salesman
active
boolean

is the agent active?

available
boolean

Response

200 - application/json
id
string

agent id

firstName
string

first name of agent

lastName
string

last name of agent

email
string

email of agent

role
enum<string>

role of the agent

Available options:
owner,
admin,
salesman
active
boolean

is the agent active?

available
boolean