This endpoint allows you to create a new user group within an organization. User groups help organize users and manage permissions effectively.
πΉ Endpoint Detailsβ
π Authenticationβ
Header | Required | Description |
---|
Content-Type | Yes | Must be application/json |
Authorization | Yes | Format: ONLIVESITE Credential:ONLIVEAccessKeyId, Signature=CalculatedSignature |
π Request Structureβ
Request Body Propertiesβ
Field | Type | Required | Description | Example |
---|
name | string | Yes | Name of the user group (min length: 1) | "Sales Team" |
description | string | No | Detailed description of the group's purpose | "Sales team with product access" |
externalId | string | No | External identifier for system integration | "SALES_TEAM_01" |
extraFields | object | No | Additional custom fields | See example below |
π§© Request Example