Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
IdentityServiceGroupInfoDto |
IdentityApi.getGroupInfo(String userId)
Get a User's Groups
Gets the groups of a user by id and includes all users that share a group with the given user.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<IdentityServiceGroupInfoDto> |
IdentityApi.getGroupInfoWithHttpInfo(String userId)
Get a User's Groups
Gets the groups of a user by id and includes all users that share a group with the given user.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
IdentityApi.getGroupInfoAsync(String userId,
ApiCallback<IdentityServiceGroupInfoDto> _callback)
Get a User's Groups (asynchronously)
Gets the groups of a user by id and includes all users that share a group with the given user.
|
Modifier and Type | Method and Description |
---|---|
IdentityServiceGroupInfoDto |
IdentityServiceGroupInfoDto.addGroupsItem(IdentityServiceGroupDto groupsItem) |
IdentityServiceGroupInfoDto |
IdentityServiceGroupInfoDto.addGroupUsersItem(IdentityServiceUserDto groupUsersItem) |
IdentityServiceGroupInfoDto |
IdentityServiceGroupInfoDto.groups(List<IdentityServiceGroupDto> groups) |
IdentityServiceGroupInfoDto |
IdentityServiceGroupInfoDto.groupUsers(List<IdentityServiceUserDto> groupUsers) |
Copyright © 2022. All rights reserved.