Package | Description |
---|---|
com.okta.sdk.impl.resource | |
com.okta.sdk.resource.user | |
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
User |
DefaultUserBuilder.buildAndCreate(UserApi client) |
Modifier and Type | Method and Description |
---|---|
User |
UserBuilder.buildAndCreate(UserApi client) |
Modifier and Type | Method and Description |
---|---|
User |
UserApi.createUser(CreateUserRequest body,
Boolean activate,
Boolean provider,
UserNextLogin nextLogin)
Create a User
Creates a new user in your Okta organization with or without credentials<br> > **Legal Disclaimer**<br> After a user is added to the Okta directory, they receive an activation email.
|
User |
UserApi.createUser(CreateUserRequest body,
Boolean activate,
Boolean provider,
UserNextLogin nextLogin,
Map<String,String> additionalHeaders)
Create a User
Creates a new user in your Okta organization with or without credentials<br> > **Legal Disclaimer**<br> After a user is added to the Okta directory, they receive an activation email.
|
User |
UserApi.expirePassword(String userId)
Expire Password
Expires a user's password and 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.expirePassword(String userId,
Map<String,String> additionalHeaders)
Expire Password
Expires a user's password and 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(String userId)
Retrieve a User
Retrieves a user from your Okta organization
|
User |
UserApi.getUser(String userId,
Map<String,String> additionalHeaders)
Retrieve a User
Retrieves a user from your Okta organization
|
User |
UserApi.replaceUser(String userId,
User user,
Boolean strict)
Replace a User
Replaces a user's profile and/or credentials using strict-update semantics
|
User |
UserApi.replaceUser(String userId,
User user,
Boolean strict,
Map<String,String> additionalHeaders)
Replace a User
Replaces a user's profile and/or credentials using strict-update semantics
|
User |
UserApi.updateUser(String userId,
UpdateUserRequest user,
Boolean strict)
Update a User
Updates a user partially determined by the request parameters
|
User |
UserApi.updateUser(String userId,
UpdateUserRequest user,
Boolean strict,
Map<String,String> additionalHeaders)
Update a User
Updates a user partially determined by the request parameters
|
Modifier and Type | Method and Description |
---|---|
List<User> |
GroupApi.listGroupUsers(String groupId,
String after,
Integer limit)
List all Member Users
Lists all users that are a member of a group
|
List<User> |
GroupApi.listGroupUsers(String groupId,
String after,
Integer limit,
Map<String,String> additionalHeaders)
List all Member Users
Lists all users that are a member of a group
|
List<User> |
UserApi.listUsers(String q,
String after,
Integer limit,
String filter,
String search,
String sortBy,
String sortOrder)
List all Users
Lists all users that do not have a status of 'DEPROVISIONED' (by default), up to the maximum (200 for most orgs), with pagination.
|
List<User> |
UserApi.listUsers(String q,
String after,
Integer limit,
String filter,
String search,
String sortBy,
String sortOrder,
Map<String,String> additionalHeaders)
List all Users
Lists all users that do not have a status of 'DEPROVISIONED' (by default), up to the maximum (200 for most orgs), with pagination.
|
Modifier and Type | Method and Description |
---|---|
User |
UserApi.replaceUser(String userId,
User user,
Boolean strict)
Replace a User
Replaces a user's profile and/or credentials using strict-update semantics
|
User |
UserApi.replaceUser(String userId,
User user,
Boolean strict,
Map<String,String> additionalHeaders)
Replace a User
Replaces a user's profile and/or credentials using strict-update semantics
|
Modifier and Type | Method and Description |
---|---|
User |
User.credentials(UserCredentials credentials) |
User |
DeviceUser.getUser()
Get user
|
User |
User.links(LinksSelf links) |
User |
User.profile(UserProfile profile) |
User |
User.status(UserStatus status) |
User |
User.transitioningToStatus(UserStatus transitioningToStatus) |
User |
User.type(UserType type) |
Modifier and Type | Method and Description |
---|---|
void |
DeviceUser.setUser(User user) |
DeviceUser |
DeviceUser.user(User user) |
Copyright © 2017–2023 Okta. All rights reserved.