Create a new group in the system.
Authorization Required: Users must have permission to create groups via Cerbos policies.
Notes:
Common Use Cases:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request model for creating a new group.
Unique name for the group (lowercase letters, numbers, underscores, and colons only)
1 - 100"engineering_team:backend"
Human-readable description of the group's purpose
1 - 500"Engineering team with access to development resources"
Group created successfully
Response model for group information.
Unique identifier for the group
1
Group name
"engineering_team:backend"
Group description
"Engineering team with access to development resources"
ISO timestamp when the group was created
"2024-01-15T10:30:00Z"
CPF of the user who created this group
"12345678901"