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.

Get Member List
This API is used to fetch the member list from the platform

https://cloud.digidonar.in/api_v2/getmemberlist_V2

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 24 Apr 2023 Did this page help you?

Previous
Delete Member

Next
Call Group

Delete Member

javascript--v1JS |
  {
  "getmember" : [
  {
  "member_id" : "22259",
  "member_name" : "Kaushal",
  "member_email" : "kaushxxxxx9@Digidonar.io",
  "member_num" : "0928999xxxx"
  },
  {
  "member_id" : "23172",
  "member_name" : "dskkh3324",
  "member_email" : "dskxxx1@Digidonar.io",
  "member_num" : "0926660xxxx"
  }
  ],
  "type": "success"
  }

RESPONSES
200 |

  200 OK : The request has succeeded