website logo
API Documentation
Navigate through spaces
API Documentation
⌘K
Introduction: API Reference
Authentication
SIGN IN
Team Members
Add Member
Update Member
Delete Member
Get Members List
Call Group
Call Group List
Update Call Group
Create Call Group
Delete Call Group
Get Group details by id
Get Group Time Schedule
Call Logs- Incoming/Outgoing
Call Report API
Click2Call API ( Normal )
Click2Call API (with CallGroup)
Reverse C2C API ( B Party=Member Number)
Reverse C2C API ( B Party=Deskphone with CallGroup)
Live Call API
Call Routing API
Bulk Voice Brodcast
Bulk Voice Broadcast
Bulk Voice Broadcast Report
Voice OTP API's
Contact API's
Get Contact List
Add contact
Edit contact
Delete contact
Number Blacklist API's
Block Number
Unblock Number
Account Sender id's
Add Sender id
Get Sender id
Delete Sender id's
Account Level API's
Activity Trail History
Profile & Balance
IVR Number List
Email Report API
Member Analysis
Notification Settings
Notification List
Update Notification
Docs powered by archbee 
1min

Get Members List

Through Member list API, you will find all added team members information like member id, name, mobile number, auto generated email id.

This API is used to fetch the member list from the platform
POST
Params
Header Parameters
authcode
required
String
This is the unique Auth key
current_page
optional
Integer
Count of pages
per_page
optional
Integer
Limit per page(fixed at 50 from backend)
Form Parameters
member_id
optional
Integer
Team member unique id. ( for example 22259 )
member_name
optional
String
Team Member Name
member_email
optional
String
Team Member Email id ( fro example-agent1@xxx.com)
member_num
optional
Integer
Team Member Number ( fro example-0859xxxxxx)
status
optional
Integer
The member has to be made active or not. 1 for active and 0 for inactive
access
optional
Integer
Access to be given to the member. 1 or admin and 2 for regular
password
optional
String
This is the password that the member uses to login to the panel
type
optional
String
It shows how your team member is going to receive the call i.e Normal call on the phone number or as an SIP call via laptop/pc with the help of secured VPN connection




Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Call Group
Docs powered by archbee 
Get Member List