Retrieves user configurations.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
pai:ListUserConfigs |
list |
*All Resource
|
None | None |
Request syntax
GET /api/v1/userconfigs HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ConfigKeys |
string |
No |
A collection of configuration keys. Only customizePAIAssumedRole is supported. |
customizePAIAssumedRole |
| CategoryNames |
string |
No |
The category. Only DataPrivacyConfig is supported. |
DataPrivacyConfig |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
sdjksdk-******-dsfds |
| Configs |
array<object> |
The list of configurations. |
|
|
object |
The configuration. |
||
| ConfigKey |
string |
The configuration key. |
customizePAIAssumedRole |
| ConfigValue |
string |
The configuration value. |
role |
| CategoryName |
string |
The category. Only DataPrivacyConfig is supported. |
DataPrivacyConfig |
| Scope |
string |
The scope. Supported values are subUser and owner. |
subUser |
| TotalCount |
integer |
The total number of entries. |
15 |
Examples
Success response
JSON format
{
"RequestId": "sdjksdk-******-dsfds",
"Configs": [
{
"ConfigKey": "customizePAIAssumedRole",
"ConfigValue": "role",
"CategoryName": "DataPrivacyConfig",
"Scope": "subUser"
}
],
"TotalCount": 15
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.