Skip to main content
POST
/
users
/
groups
Create 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.

Body

application/json

Group object

name
string
required

Name of the user group

Example:

"engineering"

Response

{"name": "string"}

name
string
required

Name of the user group

Example:

"engineering"