Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://use.hoop.dev/api/users/groups \ --header 'Content-Type: application/json' \ --data ' { "name": "engineering" } '
{ "name": "engineering" }
Create a new user group
Group object
Name of the user group
"engineering"
{"name": "string"}
Was this page helpful?