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 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 parametersMethods 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 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.Methods in com.okta.sdk.resource.api with parameters of type UserModifier 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
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