Batch Create User Groups

post

/api/restapi/applicationUserGroup/batch

Send a request to this endpoint to create one or more user groups.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityApplicationUserGroupInput>
Type: array
Title: List<ApiEntityApplicationUserGroupInput>
Show Source
  • ApiEntityApplicationUserGroupInput
    Title: ApiEntityApplicationUserGroupInput
    This entity represents a ApplicationUserGroup object, a unique ApplicationUserGroup object can be identified by the following combinations of the fields.
    • applicationUserGroupId
    • groupName,scopeId,workspaceId
    • groupName,scopeId,workspaceCode
    • groupName,scopeCode,workspaceId
    • groupName,scopeCode,workspaceCode
Nested Schema : ApiEntityApplicationUserGroupInput
Type: object
Title: ApiEntityApplicationUserGroupInput
This entity represents a ApplicationUserGroup object, a unique ApplicationUserGroup object can be identified by the following combinations of the fields.
  • applicationUserGroupId
  • groupName,scopeId,workspaceId
  • groupName,scopeId,workspaceCode
  • groupName,scopeCode,workspaceId
  • groupName,scopeCode,workspaceCode
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityApplicationUserGroup>
Type: array
Title: List<ApiEntityApplicationUserGroup>
Show Source
Nested Schema : ApiEntityApplicationUserGroup
Type: object
Title: ApiEntityApplicationUserGroup
Show Source

400 Response

Invalid input for the user group service.
Back to Top