Get Team Members (Custom Users)
This page contains on the API Information on how you can get the team member of an customer account.
Last updated
This page contains on the API Information on how you can get the team member of an customer account.
Last updated
This endpoint retrieves custom user (Team member) data with optional pagination and search functionality for any particular customer's account.
Request URL
Request Method
Request Headers
Header | Value |
---|---|
Request Parameters
Parameter | Description | Type | Required |
---|---|---|---|
Sample Request
Sample Response
Response Attributes
Data Attributes
Make sure to replace [Your Access Token]
with your actual access token.
Mask confidential details such as access tokens before sharing or storing this documentation.
Attribute | Description |
---|---|
Attribute | Description |
---|---|
Authorization
Bearer [Your Access Token]
authtype
Key
page
Page number for pagination
integer
No
ispagination
Flag to indicate pagination
boolean
No
searchText
Text to search users by name or contact info
string
No
success
Indicates if the request was successful.
message
Additional information or error message.
data
Array of custom user (Team member) objects.
code
HTTP status code of the response.
_id
Unique identifier for the custom user.
whitelabel
Flag indicating if the user belongs to a whitelabel.
name
Name of the user.
contact
Contact information of the user.
picture
URL of the user's profile picture.
liveAvailability
Availability status of the user (e.g., ONLINE).
leadsVisibility
Visibility of leads for the user (e.g., ASSIGNED).
status
Status of the user (e.g., ACTIVE).
description
Description or additional information about the user.
type
Type of user (e.g., CUSTOMER).
unreadMessages
Number of unread messages for the user.
_role
Identifier for the user's role.
_parent
Identifier for the user's agency.
createdAt
Date and time when the user was created.
updatedAt
Date and time when the user was last updated.
__v
Version number of the user object.