Package | Description |
---|---|
com.okta.sdk.resource.user | |
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
User |
UserBuilder.buildAndCreate(UserApi client) |
Modifier and Type | Method and Description |
---|---|
User |
UserApi.createUser(CreateUserRequest body,
java.lang.Boolean activate,
java.lang.Boolean provider,
UserNextLogin nextLogin)
Create a User
Creates a new user in your Okta organization with or without credentials
|
User |
UserApi.expirePassword(java.lang.String userId)
Expire Password
This operation transitions the user to the status of `PASSWORD_EXPIRED` so that the user is required to change their password at their next login
|
User |
UserApi.getUser(java.lang.String userId)
Retrieve a User
Retrieves a user from your Okta organization
|
User |
UserApi.replaceUser(java.lang.String userId,
UpdateUserRequest user,
java.lang.Boolean strict)
Replace a User
Replaces a user's profile and/or credentials using strict-update semantics
|
User |
UserApi.updateUser(java.lang.String userId,
UpdateUserRequest user,
java.lang.Boolean strict)
Update a User
Updates a user partially determined by the request parameters
|
Modifier and Type | Method and Description |
---|---|
java.util.List<User> |
GroupApi.listGroupUsers(java.lang.String groupId,
java.lang.String after,
java.lang.Integer limit)
List all Member Users
Lists all users that are a member of a group
|
java.util.List<User> |
UserApi.listUsers(java.lang.String q,
java.lang.String after,
java.lang.Integer limit,
java.lang.String filter,
java.lang.String search,
java.lang.String sortBy,
java.lang.String sortOrder)
List all Users
Lists all users with pagination.
|
Modifier and Type | Method and Description |
---|---|
User |
User.credentials(UserCredentials credentials) |
User |
User.profile(UserProfile profile) |
User |
User.status(UserStatus status) |
User |
User.transitioningToStatus(UserStatus transitioningToStatus) |
User |
User.type(UserType type) |
Copyright © 2017-2022 Okta. All Rights Reserved.