cURL
curl --request POST \ --url https://app.heyoo.ai/api/groups \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "id": "<string>", "name": "<string>", "count": 123, "createdAt": "<string>" }
Create a new group for the authenticated workspace.
Default authentication mechanism
The name of the tag to create.
1 - 50
The description of the tag to create.
The created group
The unique ID of the group.
The name of the group.
The number of users in the group.
The creation date of the group.
Was this page helpful?