UsersResponse |
UsersApi.delete(String accountId,
UserInfoList userInfoList) |
Removes users account privileges..
|
UsersResponse |
UsersApi.delete(String accountId,
UserInfoList userInfoList,
UsersApi.DeleteOptions options) |
Removes users account privileges..
|
UsersResponse |
GroupsApi.deleteGroupUsers(String accountId,
String groupId,
UserInfoList userInfoList) |
Deletes one or more users from a gro.
|
ApiResponse<UsersResponse> |
GroupsApi.deleteGroupUsersWithHttpInfo(String accountId,
String groupId,
UserInfoList userInfoList) |
Deletes one or more users from a gro Deletes one or more users from a group.
|
ApiResponse<UsersResponse> |
UsersApi.deleteWithHttpInfo(String accountId,
UserInfoList userInfoList,
UsersApi.DeleteOptions options) |
Removes users account privileges.
|
UsersResponse |
GroupsApi.updateGroupUsers(String accountId,
String groupId,
UserInfoList userInfoList) |
Adds one or more users to an existing group..
|
ApiResponse<UsersResponse> |
GroupsApi.updateGroupUsersWithHttpInfo(String accountId,
String groupId,
UserInfoList userInfoList) |
Adds one or more users to an existing group.
|