User
Create a user group
Create a new user group
post/users/groups
Query parameters
cookie_namestring nullable
tenant_idinteger
Request body
Example request
{
"name": "Engineering",
"description": "All engineering staff."
}Response
Successful Response
Example response
{
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-16T08:00:00Z"
}