Uses of Class
com.okta.sdk.resource.model.GroupMember
Packages that use GroupMember
-
Uses of GroupMember in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return types with arguments of type GroupMemberModifier and TypeMethodDescriptionGroupApi.listGroupUsers(String groupId, String search, String sortBy, String sortOrder, String after, Integer limit) List all Member Users Lists all users that are a member of a groupGroupApi.listGroupUsers(String groupId, String search, String sortBy, String sortOrder, String after, Integer limit, Map<String, String> additionalHeaders) List all Member Users Lists all users that are a member of a group -
Uses of GroupMember in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return GroupMemberModifier and TypeMethodDescriptionGroupMember.credentials(UserCredentials credentials) GroupMember.profile(UserProfile profile) GroupMember.status(UserStatus status) GroupMember.transitioningToStatus(UserStatus transitioningToStatus)