Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.wazapin.com/v1/teams/{teamID}/members \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "user_id": "<string>" } '
{ "data": { "created_at": "<string>", "id": "<string>", "team_id": "<string>", "user_email": "<string>", "user_id": "<string>", "user_name": "<string>" } }
Session token or API key
Team ID
User ID to add
Created
Show child attributes