User
Unlock-IAMUser
Synopsis
Unlock a user's account.
Syntax
Unlock-IAMUser [-UIIdentityID] <String> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Unlocks a specified user's account, allowing them to access Control Center. The result shows as a read-only isLocked:false
attribute in the user data.
To prevent the user from accessing Control Center, run the Lock-IAMUser
operation. This sets the isLocked
attribute to true
.
Parameters
‑AccountSwitchKey |
An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑UIIdentityID Required |
A given user's ID. To get this value, run |
Related Links
Updated 12 days ago