cURL
curl --request POST \ --url https://api.chat-dash.com/v1/public/clients/{clientId}/members \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "loginId": "<string>", "password": "<string>", "email": "<string>" } '
{ "message": "Member added successfully" }
Add a new member to 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
The member's name
The member's login ID
The member's password
The member's email address
OK
"Member added successfully"