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_READ
for read-only accessAPI_WRITE
for edit accessAPI_VERSIONING
for access to version managementAPI_FEATURES
for access to Kona Site Defender (KSD) featuresAAG_FEATURES
for access to delivery settingsAPI_PURPOSE
for 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. |
‑ContractID Required |
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 |
‑GroupID Required |
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 8 days ago