Create user group
Creates a new user group within the organization for organizing users and managing group-based permissions.
Authorization: Requires organization admin permissions. Validation: Group names must be unique within the organization.
Documentation Index
Fetch the complete documentation index at: https://docs.credibledata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Body
Represents a user group for organizing users and managing group-based permissions
The name of the organization that owns this group
^[a-zA-Z0-9_-]+$The unique identifier for the group within the organization
^[a-zA-Z0-9_-]+$Human-readable description of the group's purpose and membership
ISO 8601 timestamp indicating when the group was created
ISO 8601 timestamp indicating when the group was last modified
Response
Group created successfully
Represents a user group for organizing users and managing group-based permissions
The name of the organization that owns this group
^[a-zA-Z0-9_-]+$The unique identifier for the group within the organization
^[a-zA-Z0-9_-]+$Human-readable description of the group's purpose and membership
ISO 8601 timestamp indicating when the group was created
ISO 8601 timestamp indicating when the group was last modified