cURL
curl --request POST \ --url https://charts.basedash.com/api/public/organizations/{orgId}/groups/{id}/members \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "memberId": "<string>" } '
{ "data": { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "groupId": "<string>", "memberId": "<string>", "organizationId": "<string>" } }
Adds an active organization member to a group. Requires admin access to the organization.
API key authentication using Bearer token format: Bearer <basedash_api_key>
Bearer <basedash_api_key>
Organization ID
Group ID
Organization member ID to add to the group
Member added to group successfully
Show child attributes
Was this page helpful?