@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00") public interface User extends ExtensibleResource, Deletable
Modifier and Type | Method and Description |
---|---|
UserActivationToken |
activate(Boolean sendEmail)
Activate User
Activates a user.
|
void |
addAllAppsAsTarget(String roleId)
Success
|
void |
addGroupTarget(String roleId,
String groupId)
Success
|
void |
addToGroup(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,
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,
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(Boolean oAuthTokens)
Removes all active identity provider sessions.
|
void |
deactivate()
Deactivate User
Deactivates a user.
|
void |
deactivate(Boolean sendEmail)
Deactivate User
Deactivates a user.
|
void |
delete()
Delete User
Deletes a user permanently.
|
void |
delete(Boolean sendEmail)
Delete User
Deletes a user permanently.
|
void |
deleteFactor(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,
Boolean updatePhone,
String templateId,
Integer tokenLifetimeSeconds,
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(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,
Boolean sendEmail)
Forgot Password
Sets a new password for a user by validating the user's answer to their current recovery question
|
Date |
getActivated() |
Date |
getCreated() |
UserCredentials |
getCredentials() |
Map<String,Object> |
getEmbedded() |
UserFactor |
getFactor(String factorId)
Fetches a factor for the specified user
|
String |
getId() |
Date |
getLastLogin() |
Date |
getLastUpdated() |
ResponseLinksList |
getLinkedObjects(String relationshipName)
Get linked objects for a user, relationshipName can be a primary or associated relationship name
|
Map<String,Object> |
getLinks() |
Date |
getPasswordChanged() |
UserProfile |
getProfile() |
OAuth2RefreshToken |
getRefreshTokenForUserAndClient(String clientId,
String tokenId)
Gets a refresh token issued for the specified User and Client.
|
OAuth2RefreshToken |
getRefreshTokenForUserAndClient(String clientId,
String tokenId,
String expand)
Gets a refresh token issued for the specified User and Client.
|
Role |
getRole(String roleId)
Gets role that is assigne to user.
|
UserStatus |
getStatus() |
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(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(String scopeId,
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(String roleId)
Success
|
IdentityProviderList |
listIdentityProviders()
Listing IdPs associated with a user
Lists the IdPs associated with the user.
|
OAuth2RefreshTokenList |
listRefreshTokensForUserAndClient(String clientId)
Lists all refresh tokens issued for the specified User and Client.
|
OAuth2RefreshTokenList |
listRefreshTokensForUserAndClient(String clientId,
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(Boolean sendEmail)
Reactivate User
Reactivates a user.
|
void |
removeGroupTarget(String roleId,
String groupId)
Success
|
void |
removeLinkedObject(String relationshipName)
Delete linked objects for a user, relationshipName can be ONLY a primary relationship name
|
void |
removeRole(String roleId)
Unassigns a role from a user.
|
void |
resetFactors()
Reset Factors
This operation resets all factors for the specified user.
|
ResetPasswordToken |
resetPassword(Boolean sendEmail)
Reset Password
Generates a one-time token (OTT) that can be used to reset a user's password.
|
void |
revokeGrant(String grantId)
Revokes one grant for a specified user
|
void |
revokeGrants()
Revokes all grants for a specified user
|
void |
revokeGrantsForUserAndClient(String clientId)
Revokes all grants for the specified user and client
|
void |
revokeTokenForUserAndClient(String clientId,
String tokenId)
Revokes the specified refresh token.
|
void |
revokeTokensForUserAndClient(String clientId)
Revokes all refresh tokens issued for the specified User and Client.
|
User |
setCredentials(UserCredentials credentials) |
void |
setLinkedObject(String primaryRelationshipName,
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(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
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Date getActivated()
Date getCreated()
UserCredentials getCredentials()
User setCredentials(UserCredentials credentials)
String getId()
Date getLastLogin()
Date getLastUpdated()
Date getPasswordChanged()
UserProfile getProfile()
User setProfile(UserProfile profile)
UserStatus getStatus()
Date getStatusChanged()
UserStatus getTransitioningToStatus()
UserType getType()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/idps") IdentityProviderList listIdentityProviders()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/deactivate") void deactivate(Boolean sendEmail)
sendEmail
- (optional, default to false)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/deactivate") void deactivate()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/reset_password") ResetPasswordToken resetPassword(Boolean sendEmail)
sendEmail
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/expire_password?tempPassword=true") TempPassword expirePasswordAndGetTemporaryPassword()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/factors") UserFactor enrollFactor(UserFactor body, Boolean updatePhone, String templateId, Integer tokenLifetimeSeconds, 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="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/factors") UserFactor enrollFactor(UserFactor body)
body
- Factor (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/factors") UserFactorList listFactors()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/credentials/forgot_password") ForgotPasswordResponse forgotPasswordGenerateOneTimeToken(Boolean sendEmail)
sendEmail
- (optional, default to true)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/credentials/forgot_password") ForgotPasswordResponse forgotPasswordGenerateOneTimeToken()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/users/{userId}/sessions") void clearSessions(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="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/users/{userId}/sessions") void clearSessions()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="PUT - /api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps") void addAllAppsAsTarget(String roleId)
roleId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/credentials/forgot_password") ForgotPasswordResponse forgotPasswordSetNewPassword(UserCredentials user, Boolean sendEmail)
user
- (required)sendEmail
- (optional, default to true)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-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="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/users/{userId}/clients/{clientId}/tokens") void revokeTokensForUserAndClient(String clientId)
clientId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/reset_factors") void resetFactors()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/linkedObjects/{relationshipName}") ResponseLinksList getLinkedObjects(String relationshipName)
relationshipName
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/users/{userId}/grants") void revokeGrants()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/roles/{roleId}/targets/groups") GroupList listGroupTargets(String roleId)
roleId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId}") OAuth2RefreshToken getRefreshTokenForUserAndClient(String clientId, String tokenId, String expand)
clientId
- (required)tokenId
- (required)expand
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId}") OAuth2RefreshToken getRefreshTokenForUserAndClient(String clientId, String tokenId)
clientId
- (required)tokenId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/users/{userId}/clients/{clientId}/grants") void revokeGrantsForUserAndClient(String clientId)
clientId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/users/{userId}/roles/{roleId}") void removeRole(String roleId)
roleId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId}") void revokeTokenForUserAndClient(String clientId, String tokenId)
clientId
- (required)tokenId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/expire_password?tempPassword=false") User expirePassword()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/activate") UserActivationToken activate(Boolean sendEmail)
sendEmail
- Sends an activation email to the user if true (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-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="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/grants") OAuth2ScopeConsentGrantList listGrants(String scopeId, String expand)
scopeId
- (optional)expand
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/grants") OAuth2ScopeConsentGrantList listGrants()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/unsuspend") void unsuspend()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/roles") Role assignRole(AssignRoleRequest assignRoleRequest, Boolean disableNotifications)
assignRoleRequest
- (required)disableNotifications
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/roles") Role assignRole(AssignRoleRequest assignRoleRequest)
assignRoleRequest
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/roles/{roleId}") Role getRole(String roleId)
roleId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/groups") GroupList listGroups()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/clients/{clientId}/tokens") OAuth2RefreshTokenList listRefreshTokensForUserAndClient(String clientId, String expand)
clientId
- (required)expand
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/clients/{clientId}/tokens") OAuth2RefreshTokenList listRefreshTokensForUserAndClient(String clientId)
clientId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/users/{userId}/roles/{roleId}/targets/groups/{groupId}") void removeGroupTarget(String roleId, String groupId)
roleId
- (required)groupId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/factors/catalog") UserFactorList listSupportedFactors()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/users/{userId}") void delete(Boolean sendEmail)
sendEmail
- (optional, default to false)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/users/{userId}") void delete()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/clients") OAuth2ClientList listClients()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/suspend") void suspend()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/users/{userId}/grants/{grantId}") void revokeGrant(String grantId)
grantId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="PUT - /api/v1/users/{associatedUserId}/linkedObjects/{primaryRelationshipName}/{primaryUserId}") void setLinkedObject(String primaryRelationshipName, String primaryUserId)
primaryRelationshipName
- (required)primaryUserId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/users/{userId}/linkedObjects/{relationshipName}") void removeLinkedObject(String relationshipName)
relationshipName
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/unlock") void unlock()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="PUT - /api/v1/users/{userId}") User update(Boolean strict)
strict
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="PUT - /api/v1/users/{userId}") User update()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/users/{userId}/factors/{factorId}") void deleteFactor(String factorId)
factorId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/reactivate") UserActivationToken reactivate(Boolean sendEmail)
sendEmail
- Sends an activation email to the user if true (optional, default to false)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/lifecycle/reactivate") UserActivationToken reactivate()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/factors/{factorId}") UserFactor getFactor(String factorId)
factorId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/users/{userId}/credentials/change_password") UserCredentials changePassword(ChangePasswordRequest changePasswordRequest, Boolean strict)
changePasswordRequest
- (required)strict
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-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="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/appLinks") AppLinkList listAppLinks()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="PUT - /api/v1/users/{userId}/roles/{roleId}/targets/groups/{groupId}") void addGroupTarget(String roleId, String groupId)
roleId
- (required)groupId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/factors/questions") SecurityQuestionList listSupportedSecurityQuestions()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="PUT - /api/v1/groups/{groupId}/users/{userId}") void addToGroup(String groupId)
groupId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/roles") RoleList listAssignedRoles(String expand)
expand
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/users/{userId}/roles") RoleList listAssignedRoles()
Copyright © 2017–2023 Okta. All rights reserved.