| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
List<StpGroupUser> |
AccountApi.addSTPGroupUsers(Long stpId,
List<Long> requestBody)
Add users to the STP group
- Only the master account that created the STP user group is allowed to add users to the STP user group.- Only accounts under the main account are allowed to be added.
|
ApiResponse<List<StpGroupUser>> |
AccountApi.addSTPGroupUsersWithHttpInfo(Long stpId,
List<Long> requestBody)
Add users to the STP group
- Only the master account that created the STP user group is allowed to add users to the STP user group.- Only accounts under the main account are allowed to be added.
|
List<StpGroupUser> |
AccountApi.deleteSTPGroupUsers(Long stpId,
List<Long> requestBody)
Delete the user in the STP group
- Only the main account that created this STP group is allowed to delete users from the STP user group - Deletion is limited to accounts under the current main account; cross-account deletion is not permitted
|
ApiResponse<List<StpGroupUser>> |
AccountApi.deleteSTPGroupUsersWithHttpInfo(Long stpId,
List<Long> requestBody)
Delete the user in the STP group
- Only the main account that created this STP group is allowed to delete users from the STP user group - Deletion is limited to accounts under the current main account; cross-account deletion is not permitted
|
List<StpGroupUser> |
AccountApi.listSTPGroupsUsers(Long stpId)
List users of the STP group
Only the main account that created this STP group is allowed to list the user ID of the STP group
|
ApiResponse<List<StpGroupUser>> |
AccountApi.listSTPGroupsUsersWithHttpInfo(Long stpId)
List users of the STP group
Only the main account that created this STP group is allowed to list the user ID of the STP group
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
AccountApi.addSTPGroupUsersAsync(Long stpId,
List<Long> requestBody,
ApiCallback<List<StpGroupUser>> _callback)
Add users to the STP group (asynchronously)
- Only the master account that created the STP user group is allowed to add users to the STP user group.- Only accounts under the main account are allowed to be added.
|
okhttp3.Call |
AccountApi.deleteSTPGroupUsersAsync(Long stpId,
List<Long> requestBody,
ApiCallback<List<StpGroupUser>> _callback)
Delete the user in the STP group (asynchronously)
- Only the main account that created this STP group is allowed to delete users from the STP user group - Deletion is limited to accounts under the current main account; cross-account deletion is not permitted
|
okhttp3.Call |
AccountApi.listSTPGroupsUsersAsync(Long stpId,
ApiCallback<List<StpGroupUser>> _callback)
List users of the STP group (asynchronously)
Only the main account that created this STP group is allowed to list the user ID of the STP group
|
| Modifier and Type | Method and Description |
|---|---|
StpGroupUser |
StpGroupUser.createTime(Long createTime) |
StpGroupUser |
StpGroupUser.stpId(Long stpId) |
StpGroupUser |
StpGroupUser.userId(Long userId) |
Copyright © 2023. All rights reserved.