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
curl --request POST \
--url https://use.hoop.dev/api/users/groups \
--header 'Content-Type: application/json' \
--data '
{
"name": "engineering"
}
'{
"name": "engineering"
}Documentation Index
Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?