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 organization with or without credentials<br> > **Legal Disclaimer**<br> 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 organization with or without credentials<br> > **Legal Disclaimer**<br> After a user is added to the Okta directory, they receive an activation email.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 loginUserApi.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 loginRetrieve a User Retrieves a user from your Okta organizationRetrieve a User Retrieves a user from your Okta organizationUserApi.replaceUser
(String userId, User user, Boolean strict) Replace a User Replaces a user's profile and/or credentials using strict-update semanticsReplace a User Replaces a user's profile and/or credentials using strict-update semanticsUserApi.updateUser
(String userId, UpdateUserRequest user, Boolean strict) Update a User Updates a user partially determined by the request parametersUserApi.updateUser
(String userId, UpdateUserRequest user, Boolean strict, Map<String, String> additionalHeaders) Update a User Updates a user partially determined by the request parametersModifier and TypeMethodDescriptionGroupApi.listGroupUsers
(String groupId, String after, Integer limit) List all Member Users Lists all users that are a member of a groupGroupApi.listGroupUsers
(String groupId, String after, Integer limit, Map<String, String> additionalHeaders) List all Member Users Lists all users that are a member of a groupUserApi.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.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 TypeMethodDescriptionUserApi.replaceUser
(String userId, User user, Boolean strict) Replace a User Replaces a user's profile and/or credentials using strict-update semanticsReplace a User Replaces a user's profile and/or credentials using strict-update semantics -
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