@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00") public interface User extends ExtensibleResource, Deletable
Modifier and Type | Method and Description |
---|---|
UserActivationToken |
activate(java.lang.Boolean sendEmail)
Activate User
Activates a user.
|
void |
addAllAppsAsTarget(java.lang.String roleId)
Success
|
void |
addGroupTarget(java.lang.String roleId,
java.lang.String groupId)
Success
|
void |
addToGroup(java.lang.String groupId)
Add User to Group
Adds a user to a group with 'OKTA_GROUP' type.
|
Role |
assignRole(AssignRoleRequest assignRoleRequest)
Assigns a role to a user.
|
Role |
assignRole(AssignRoleRequest assignRoleRequest,
java.lang.Boolean disableNotifications)
Assigns a role to a user.
|
UserCredentials |
changePassword(ChangePasswordRequest changePasswordRequest)
Change Password
Changes a user's password by validating the user's current password.
|
UserCredentials |
changePassword(ChangePasswordRequest changePasswordRequest,
java.lang.Boolean strict)
Change Password
Changes a user's password by validating the user's current password.
|
UserCredentials |
changeRecoveryQuestion(UserCredentials userCredentials)
Change Recovery Question
Changes a user's recovery question & answer credential by validating the user's current password.
|
void |
clearSessions()
Removes all active identity provider sessions.
|
void |
clearSessions(java.lang.Boolean oAuthTokens)
Removes all active identity provider sessions.
|
void |
deactivate()
Deactivate User
Deactivates a user.
|
void |
deactivate(java.lang.Boolean sendEmail)
Deactivate User
Deactivates a user.
|
void |
delete()
Delete User
Deletes a user permanently.
|
void |
delete(java.lang.Boolean sendEmail)
Delete User
Deletes a user permanently.
|
void |
deleteFactor(java.lang.String factorId)
Unenrolls an existing factor for the specified user, allowing the user to enroll a new factor.
|
UserFactor |
enrollFactor(UserFactor body)
Enroll Factor
Enrolls a user with a supported factor.
|
UserFactor |
enrollFactor(UserFactor body,
java.lang.Boolean updatePhone,
java.lang.String templateId,
java.lang.Integer tokenLifetimeSeconds,
java.lang.Boolean activate)
Enroll Factor
Enrolls a user with a supported factor.
|
User |
expirePassword()
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 login.
|
TempPassword |
expirePasswordAndGetTemporaryPassword()
Expire Password
This operation transitions the user to the status of `PASSWORD_EXPIRED` and the user's password is reset to a temporary password that is returned.
|
ForgotPasswordResponse |
forgotPasswordGenerateOneTimeToken()
Forgot Password
Generates a one-time token (OTT) that can be used to reset a user's password
|
ForgotPasswordResponse |
forgotPasswordGenerateOneTimeToken(java.lang.Boolean sendEmail)
Forgot Password
Generates a one-time token (OTT) that can be used to reset a user's password
|
ForgotPasswordResponse |
forgotPasswordSetNewPassword(UserCredentials user)
Forgot Password
Sets a new password for a user by validating the user's answer to their current recovery question
|
ForgotPasswordResponse |
forgotPasswordSetNewPassword(UserCredentials user,
java.lang.Boolean sendEmail)
Forgot Password
Sets a new password for a user by validating the user's answer to their current recovery question
|
java.util.Date |
getActivated() |
java.util.Date |
getCreated() |
UserCredentials |
getCredentials() |
java.util.Map<java.lang.String,java.lang.Object> |
getEmbedded() |
UserFactor |
getFactor(java.lang.String factorId)
Fetches a factor for the specified user
|
java.lang.String |
getId() |
java.util.Date |
getLastLogin() |
java.util.Date |
getLastUpdated() |
ResponseLinksList |
getLinkedObjects(java.lang.String relationshipName)
Get linked objects for a user, relationshipName can be a primary or associated relationship name
|
java.util.Map<java.lang.String,java.lang.Object> |
getLinks() |
java.util.Date |
getPasswordChanged() |
UserProfile |
getProfile() |
OAuth2RefreshToken |
getRefreshTokenForUserAndClient(java.lang.String clientId,
java.lang.String tokenId)
Gets a refresh token issued for the specified User and Client.
|
OAuth2RefreshToken |
getRefreshTokenForUserAndClient(java.lang.String clientId,
java.lang.String tokenId,
java.lang.String expand)
Gets a refresh token issued for the specified User and Client.
|
Role |
getRole(java.lang.String roleId)
Gets role that is assigne to user.
|
UserStatus |
getStatus() |
java.util.Date |
getStatusChanged() |
UserStatus |
getTransitioningToStatus() |
UserType |
getType() |
AppLinkList |
listAppLinks()
Get Assigned App Links
Fetches appLinks for all direct or indirect (via group membership) assigned applications.
|
RoleList |
listAssignedRoles()
Lists all roles assigned to a user.
|
RoleList |
listAssignedRoles(java.lang.String expand)
Lists all roles assigned to a user.
|
OAuth2ClientList |
listClients()
Lists all client resources for which the specified user has grants or tokens.
|
UserFactorList |
listFactors()
Enumerates all the enrolled factors for the specified user
|
OAuth2ScopeConsentGrantList |
listGrants()
Lists all grants for the specified user
|
OAuth2ScopeConsentGrantList |
listGrants(java.lang.String scopeId,
java.lang.String expand)
Lists all grants for the specified user
|
GroupList |
listGroups()
Get Member Groups
Fetches the groups of which the user is a member.
|
GroupList |
listGroupTargets(java.lang.String roleId)
Success
|
IdentityProviderList |
listIdentityProviders()
Listing IdPs associated with a user
Lists the IdPs associated with the user.
|
OAuth2RefreshTokenList |
listRefreshTokensForUserAndClient(java.lang.String clientId)
Lists all refresh tokens issued for the specified User and Client.
|
OAuth2RefreshTokenList |
listRefreshTokensForUserAndClient(java.lang.String clientId,
java.lang.String expand)
Lists all refresh tokens issued for the specified User and Client.
|
UserFactorList |
listSupportedFactors()
Enumerates all the supported factors that can be enrolled for the specified user
|
SecurityQuestionList |
listSupportedSecurityQuestions()
Enumerates all available security questions for a user's `question` factor
|
UserActivationToken |
reactivate()
Reactivate User
Reactivates a user.
|
UserActivationToken |
reactivate(java.lang.Boolean sendEmail)
Reactivate User
Reactivates a user.
|
void |
removeGroupTarget(java.lang.String roleId,
java.lang.String groupId)
Success
|
void |
removeLinkedObject(java.lang.String relationshipName)
Delete linked objects for a user, relationshipName can be ONLY a primary relationship name
|
void |
removeRole(java.lang.String roleId)
Unassigns a role from a user.
|
void |
resetFactors()
Reset Factors
This operation resets all factors for the specified user.
|
ResetPasswordToken |
resetPassword(java.lang.Boolean sendEmail)
Reset Password
Generates a one-time token (OTT) that can be used to reset a user's password.
|
void |
revokeGrant(java.lang.String grantId)
Revokes one grant for a specified user
|
void |
revokeGrants()
Revokes all grants for a specified user
|
void |
revokeGrantsForUserAndClient(java.lang.String clientId)
Revokes all grants for the specified user and client
|
void |
revokeTokenForUserAndClient(java.lang.String clientId,
java.lang.String tokenId)
Revokes the specified refresh token.
|
void |
revokeTokensForUserAndClient(java.lang.String clientId)
Revokes all refresh tokens issued for the specified User and Client.
|
User |
setCredentials(UserCredentials credentials) |
void |
setLinkedObject(java.lang.String primaryRelationshipName,
java.lang.String primaryUserId) |
User |
setProfile(UserProfile profile) |
User |
setType(UserType type) |
void |
suspend()
Suspend User
Suspends a user.
|
void |
unlock()
Unlock User
Unlocks a user with a `LOCKED_OUT` status and returns them to `ACTIVE` status.
|
void |
unsuspend()
Unsuspend User
Unsuspends a user and returns them to the `ACTIVE` state.
|
User |
update()
Update User
Update a user's profile and/or credentials using strict-update semantics.
|
User |
update(java.lang.Boolean strict)
Update User
Update a user's profile and/or credentials using strict-update semantics.
|
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
java.util.Map<java.lang.String,java.lang.Object> getEmbedded()
java.util.Map<java.lang.String,java.lang.Object> getLinks()
java.util.Date getActivated()
java.util.Date getCreated()
UserCredentials getCredentials()
User setCredentials(UserCredentials credentials)
java.lang.String getId()
java.util.Date getLastLogin()
java.util.Date getLastUpdated()
java.util.Date getPasswordChanged()
UserProfile getProfile()
User setProfile(UserProfile profile)
UserStatus getStatus()
java.util.Date getStatusChanged()
UserStatus getTransitioningToStatus()
UserType getType()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/idps") IdentityProviderList listIdentityProviders()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/deactivate") void deactivate(java.lang.Boolean sendEmail)
sendEmail
- (optional, default to false)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/deactivate") void deactivate()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/reset_password") ResetPasswordToken resetPassword(java.lang.Boolean sendEmail)
sendEmail
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/expire_password?tempPassword=true") TempPassword expirePasswordAndGetTemporaryPassword()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/factors") UserFactor enrollFactor(UserFactor body, java.lang.Boolean updatePhone, java.lang.String templateId, java.lang.Integer tokenLifetimeSeconds, java.lang.Boolean activate)
body
- Factor (required)updatePhone
- (optional, default to false)templateId
- id of SMS template (only for SMS factor) (optional)tokenLifetimeSeconds
- (optional, default to 300)activate
- (optional, default to false)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/factors") UserFactor enrollFactor(UserFactor body)
body
- Factor (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/factors") UserFactorList listFactors()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/credentials/forgot_password") ForgotPasswordResponse forgotPasswordGenerateOneTimeToken(java.lang.Boolean sendEmail)
sendEmail
- (optional, default to true)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/credentials/forgot_password") ForgotPasswordResponse forgotPasswordGenerateOneTimeToken()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="DELETE - /api/v1/users/{userId}/sessions") void clearSessions(java.lang.Boolean oAuthTokens)
oAuthTokens
- Revoke issued OpenID Connect and OAuth refresh and access tokens (optional, default to false)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="DELETE - /api/v1/users/{userId}/sessions") void clearSessions()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="PUT - /api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps") void addAllAppsAsTarget(java.lang.String roleId)
roleId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/credentials/forgot_password") ForgotPasswordResponse forgotPasswordSetNewPassword(UserCredentials user, java.lang.Boolean sendEmail)
user
- (required)sendEmail
- (optional, default to true)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/credentials/forgot_password") ForgotPasswordResponse forgotPasswordSetNewPassword(UserCredentials user)
user
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="DELETE - /api/v1/users/{userId}/clients/{clientId}/tokens") void revokeTokensForUserAndClient(java.lang.String clientId)
clientId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/reset_factors") void resetFactors()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/linkedObjects/{relationshipName}") ResponseLinksList getLinkedObjects(java.lang.String relationshipName)
relationshipName
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="DELETE - /api/v1/users/{userId}/grants") void revokeGrants()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/roles/{roleId}/targets/groups") GroupList listGroupTargets(java.lang.String roleId)
roleId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId}") OAuth2RefreshToken getRefreshTokenForUserAndClient(java.lang.String clientId, java.lang.String tokenId, java.lang.String expand)
clientId
- (required)tokenId
- (required)expand
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId}") OAuth2RefreshToken getRefreshTokenForUserAndClient(java.lang.String clientId, java.lang.String tokenId)
clientId
- (required)tokenId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="DELETE - /api/v1/users/{userId}/clients/{clientId}/grants") void revokeGrantsForUserAndClient(java.lang.String clientId)
clientId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="DELETE - /api/v1/users/{userId}/roles/{roleId}") void removeRole(java.lang.String roleId)
roleId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="DELETE - /api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId}") void revokeTokenForUserAndClient(java.lang.String clientId, java.lang.String tokenId)
clientId
- (required)tokenId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/expire_password?tempPassword=false") User expirePassword()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/activate") UserActivationToken activate(java.lang.Boolean sendEmail)
sendEmail
- Sends an activation email to the user if true (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/credentials/change_recovery_question") UserCredentials changeRecoveryQuestion(UserCredentials userCredentials)
userCredentials
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/grants") OAuth2ScopeConsentGrantList listGrants(java.lang.String scopeId, java.lang.String expand)
scopeId
- (optional)expand
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/grants") OAuth2ScopeConsentGrantList listGrants()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/unsuspend") void unsuspend()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/roles") Role assignRole(AssignRoleRequest assignRoleRequest, java.lang.Boolean disableNotifications)
assignRoleRequest
- (required)disableNotifications
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/roles") Role assignRole(AssignRoleRequest assignRoleRequest)
assignRoleRequest
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/roles/{roleId}") Role getRole(java.lang.String roleId)
roleId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/groups") GroupList listGroups()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/clients/{clientId}/tokens") OAuth2RefreshTokenList listRefreshTokensForUserAndClient(java.lang.String clientId, java.lang.String expand)
clientId
- (required)expand
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/clients/{clientId}/tokens") OAuth2RefreshTokenList listRefreshTokensForUserAndClient(java.lang.String clientId)
clientId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="DELETE - /api/v1/users/{userId}/roles/{roleId}/targets/groups/{groupId}") void removeGroupTarget(java.lang.String roleId, java.lang.String groupId)
roleId
- (required)groupId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/factors/catalog") UserFactorList listSupportedFactors()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="DELETE - /api/v1/users/{userId}") void delete(java.lang.Boolean sendEmail)
sendEmail
- (optional, default to false)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="DELETE - /api/v1/users/{userId}") void delete()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/clients") OAuth2ClientList listClients()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/suspend") void suspend()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="DELETE - /api/v1/users/{userId}/grants/{grantId}") void revokeGrant(java.lang.String grantId)
grantId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="PUT - /api/v1/users/{associatedUserId}/linkedObjects/{primaryRelationshipName}/{primaryUserId}") void setLinkedObject(java.lang.String primaryRelationshipName, java.lang.String primaryUserId)
primaryRelationshipName
- (required)primaryUserId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="DELETE - /api/v1/users/{userId}/linkedObjects/{relationshipName}") void removeLinkedObject(java.lang.String relationshipName)
relationshipName
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/unlock") void unlock()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="PUT - /api/v1/users/{userId}") User update(java.lang.Boolean strict)
strict
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="PUT - /api/v1/users/{userId}") User update()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="DELETE - /api/v1/users/{userId}/factors/{factorId}") void deleteFactor(java.lang.String factorId)
factorId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/reactivate") UserActivationToken reactivate(java.lang.Boolean sendEmail)
sendEmail
- Sends an activation email to the user if true (optional, default to false)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/reactivate") UserActivationToken reactivate()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/factors/{factorId}") UserFactor getFactor(java.lang.String factorId)
factorId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/credentials/change_password") UserCredentials changePassword(ChangePasswordRequest changePasswordRequest, java.lang.Boolean strict)
changePasswordRequest
- (required)strict
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="POST - /api/v1/users/{userId}/credentials/change_password") UserCredentials changePassword(ChangePasswordRequest changePasswordRequest)
changePasswordRequest
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/appLinks") AppLinkList listAppLinks()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="PUT - /api/v1/users/{userId}/roles/{roleId}/targets/groups/{groupId}") void addGroupTarget(java.lang.String roleId, java.lang.String groupId)
roleId
- (required)groupId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/factors/questions") SecurityQuestionList listSupportedSecurityQuestions()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="PUT - /api/v1/groups/{groupId}/users/{userId}") void addToGroup(java.lang.String groupId)
groupId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/roles") RoleList listAssignedRoles(java.lang.String expand)
expand
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00", comments="GET - /api/v1/users/{userId}/roles") RoleList listAssignedRoles()
Copyright © 2017-2022 Okta. All Rights Reserved.