Uses of Class
com.okta.sdk.resource.model.User
Package
Description
-
Uses of User in com.okta.sdk.impl.resource
-
Uses of User in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionUserApi.createUser
(CreateUserRequest body, Boolean activate, Boolean provider, UserNextLogin nextLogin) Create a User Creates a new User in your Okta org with or without credentials.<br> > **Legal Disclaimer** > > After a User is added to the Okta directory, they receive an activation email.UserApi.createUser
(CreateUserRequest body, Boolean activate, Boolean provider, UserNextLogin nextLogin, Map<String, String> additionalHeaders) Create a User Creates a new User in your Okta org with or without credentials.<br> > **Legal Disclaimer** > > After a User is added to the Okta directory, they receive an activation email.UserCredApi.expirePassword
(String userId) Expire Password Expires the password.UserCredApi.expirePassword
(String userId, Map<String, String> additionalHeaders) Expire Password Expires the password.UserCredApi.expirePasswordWithTempPassword
(String userId, Boolean revokeSessions) Expire Password with temporary password Expires the password and resets the User's Password to a temporary password.UserCredApi.expirePasswordWithTempPassword
(String userId, Boolean revokeSessions, Map<String, String> additionalHeaders) Expire Password with temporary password Expires the password and resets the User's Password to a temporary password.UserApi.replaceUser
(String id, UpdateUserRequest user, Boolean strict) Replace a User Replaces a User's profile, credentials, or both using strict-update semantics.UserApi.replaceUser
(String id, UpdateUserRequest user, Boolean strict, Map<String, String> additionalHeaders) Replace a User Replaces a User's profile, credentials, or both using strict-update semantics.UserApi.updateUser
(String id, UpdateUserRequest user, Boolean strict) Update a User Updates a user's profile or credentials with partial update semantics.UserApi.updateUser
(String id, UpdateUserRequest user, Boolean strict, Map<String, String> additionalHeaders) Update a User Updates a user's profile or credentials with partial update semantics.Modifier and TypeMethodDescriptionGroupApi.listGroupUsers
(String groupId, String after, Integer limit) List all Member Users Lists all users that are a member of a Group.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.UserApi.listUsers
(String contentType, String q, String after, Integer limit, String filter, String search, String sortBy, String sortOrder) List all Users Lists Users in your org, with pagination in most cases.UserApi.listUsers
(String contentType, String q, String after, Integer limit, String filter, String search, String sortBy, String sortOrder, Map<String, String> additionalHeaders) List all Users Lists Users in your org, with pagination in most cases. -
Uses of User in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionUser.credentials
(UserCredentials credentials) DeviceUser.getUser()
Get userUser.profile
(UserProfile profile) User.status
(UserStatus status) User.transitioningToStatus
(UserStatus transitioningToStatus) Modifier and TypeMethodDescriptionvoid
-
Uses of User in com.okta.sdk.resource.user