User entitlements
Get-APIUserEntitlements
Synopsis
Get user entitlements.
Syntax
Get-APIUserEntitlements [-GroupID] <Int32> [-ContractID] <String> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets user entitlements based on your assigned permissions. Use this operation to determine whether your user identity assigned to the API client can run various operations to modify data. Possible values:
- API_READfor read-only access
- API_WRITEfor edit access
- API_VERSIONINGfor access to version management
- API_FEATURESfor access to Kona Site Defender (KSD) features
- AAG_FEATURESfor access to delivery settings
- API_PURPOSEfor access to resource purpose settings
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. | 
| ‑ContractIDRequired | Filters endpoints to a specific contract. You need to specify this along with a  | 
| ‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to  | 
| ‑GroupIDRequired | Filters endpoints to a specific group. You need to specify this along with a  | 
| ‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to  | 
Related Links
Updated 4 months ago
