Uses of Class
org.openapitools.client.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.user
Methods in com.okta.sdk.resource.user that return User -
Uses of User in org.openapitools.client.api
Methods in org.openapitools.client.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 credentialsUserApi.expirePassword
(String userId) Expire Password This operation 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 organizationUserApi.replaceUser
(String userId, UpdateUserRequest user, Boolean strict) Replace 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 parametersMethods in org.openapitools.client.api that return types with arguments of type UserModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<User>
UserApi.createUserWithHttpInfo
(CreateUserRequest body, Boolean activate, Boolean provider, UserNextLogin nextLogin) Create a User Creates a new user in your Okta organization with or without credentialsorg.springframework.http.ResponseEntity<User>
UserApi.expirePasswordWithHttpInfo
(String userId) Expire Password This operation transitions the user to the status of `PASSWORD_EXPIRED` so that the user is required to change their password at their next loginorg.springframework.http.ResponseEntity<User>
UserApi.getUserWithHttpInfo
(String userId) Retrieve a User Retrieves a user from your Okta organizationGroupApi.listGroupUsers
(String groupId, String after, Integer limit) List all Member Users Lists all users that are a member of a groupGroupApi.listGroupUsersWithHttpInfo
(String groupId, String after, Integer limit) 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 List all users that do not have a status of 'DEPROVISIONED' (by default), up to the maximum (200 for most orgs), with pagination.UserApi.listUsersWithHttpInfo
(String q, String after, Integer limit, String filter, String search, String sortBy, String sortOrder) List all Users List all users that do not have a status of 'DEPROVISIONED' (by default), up to the maximum (200 for most orgs), with pagination.org.springframework.http.ResponseEntity<User>
UserApi.replaceUserWithHttpInfo
(String userId, UpdateUserRequest user, Boolean strict) Replace a User Replaces a user's profile and/or credentials using strict-update semanticsorg.springframework.http.ResponseEntity<User>
UserApi.updateUserWithHttpInfo
(String userId, UpdateUserRequest user, Boolean strict) Update a User Updates a user partially determined by the request parameters -
Uses of User in org.openapitools.client.model
Methods in org.openapitools.client.model that return UserModifier and TypeMethodDescriptionUser.credentials
(UserCredentials credentials) User.profile
(UserProfile profile) User.status
(UserStatus status) User.transitioningToStatus
(UserStatus transitioningToStatus)