Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
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"
Response
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"