Uses of Class
com.okta.sdk.resource.model.User
Packages that use User
Package
Description
-
Uses of User in com.okta.sdk.impl.resource
Methods in com.okta.sdk.impl.resource that return User -
Uses of User in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return UserModifier 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.Methods in com.okta.sdk.resource.api that return types with arguments of type UserModifier 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
Methods in com.okta.sdk.resource.model that return UserModifier and TypeMethodDescriptionUser.credentials
(UserCredentials credentials) DeviceUser.getUser()
Get userUser.profile
(UserProfile profile) User.status
(UserStatus status) User.transitioningToStatus
(UserStatus transitioningToStatus) Methods in com.okta.sdk.resource.model with parameters of type UserModifier and TypeMethodDescriptionvoid
-
Uses of User in com.okta.sdk.resource.user
Methods in com.okta.sdk.resource.user that return User