[]
Get all groups.
Responses
[200] Success
Add a new group.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
Get the group tree.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Get specified group's information.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Delete the specified group.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Rename the specified group.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Move the specified group.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Get the users who belongs to the specified group.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Add users to specified group.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Update the users who belongs to the specified group.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
| userIdRequired | path | string |
Remove the user from specified group.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| userIdRequired | path | string |
Get all the groups' paths which the specified user belongs to.
Responses
[200] Success
| Name | Type |
|---|---|
| nameNullable | string |
| parentGroupIdNullable | string |
| Name | Type |
|---|---|
| newNameNullable | string |
| Name | Type |
|---|---|
| parentGroupIdNullable | string |
| Name | Type |
|---|---|
| userIdsNullable | Array<string> |