cURL
curl --request GET \ --url https://api.chat-dash.com/v1/public/clients/{clientId}/members \ --header 'Authorization: <authorization>'
[ { "_id": "<string>", "clientId": "<string>", "isAdmin": false, "name": "<string>", "loginId": "<string>", "email": "<string>" } ]
Fetch all members associated with a specific client
All requests to the ChatDash API must be validated with the agency API Key found on your agency profile
The ID of the client
OK
The ID of the member
The ID of the client the member is associated with
Indicates if the member has admin privileges
The member's name
The member's login ID
The member's email address