Update a User Group
put
/api/restapi/applicationUserGroup
Send a request to this endpoint to update a user group.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : ApiEntityApplicationUserGroupInput
Type:
objectTitle:
ApiEntityApplicationUserGroupInputThis entity represents a ApplicationUserGroup object, a unique ApplicationUserGroup object can be identified by the following combinations of the fields.
Show Source
- applicationUserGroupId
- groupName,scopeId,workspaceId
- groupName,scopeId,workspaceCode
- groupName,scopeCode,workspaceId
- groupName,scopeCode,workspaceCode
-
applicationUserGroupId: integer
(int64)
The unique identifier of a user group. This value should not be provided in create operation request data, however, it is required for update requests.
-
groupName(required): string
Minimum Length:
0Maximum Length:255Name of a user group. -
scope(required): string
Allowed Values:
[ "PROJECT", "WORKSPACE" ]Type of a user group. -
scopeCode: string
Maximum Length:
60The unique identifier for a project/workspace set by the user who created the project/workspace. -
scopeId(required): integer
(int64)
The unique identifier of a project/workspace.
-
workspaceCode: string
Minimum Length:
0Maximum Length:60The user-specified identifier of a workspace. -
workspaceId(required): integer
(int64)
The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
Examples
Back to Top
Response
204 Response
Successful operation with no content.
400 Response
Invalid input for the user group service.