List Agents
GET/agents
List Agents
Request
Query Parameters
Number of items to return
Number of items to skip
Type
Name
Phone
First Name
Last Name
Nickname
Gender
Date of Birth
Last Active
Id
Tags
Created At
Updated At
Deleted At
Deleted
Created By
Updated By
Deleted By
Status
Age
Full Name
ID
Address 1
Address 2
Address 3
City
State
Postal Code
Country
Possible values: [type, name, primaryEmail, primaryPhone, firstName, lastName, nickname, gender, dateOfBirth, lastActive, id, tags, createdAt, updatedAt, deletedAt, deleted, createdBy, updatedBy, deletedBy, status, age, fullName, clientId, address1, address2, address3, city, region, postalCode, country]
Responses
- 200
List of Agents
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Type
Name
Phone
First Name
Last Name
Nickname
Gender
Possible values: [Male, Female, Other]
Date of Birth
Tags
Address 1
Address 2
Address 3
City
State
Postal Code
Country
Last Active
Id
Created At
Updated At
Deleted At
Deleted
Created By
Updated By
Deleted By
Status
Age
Full Name
ID
[
{
"type": "string",
"name": "string",
"primaryEmail": "string",
"primaryPhone": "string",
"firstName": "string",
"lastName": "string",
"nickname": "string",
"gender": "Male",
"dateOfBirth": "string",
"tags": "string",
"address1": "string",
"address2": "string",
"address3": "string",
"city": "string",
"region": "string",
"postalCode": "string",
"country": "string",
"lastActive": "string",
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"deleted": "string",
"createdBy": "string",
"updatedBy": "string",
"deletedBy": "string",
"status": "string",
"age": 0,
"fullName": "string",
"clientId": "string"
}
]