Updates user configurations.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
pai:SetUserConfigs |
create |
*All Resource
|
None | None |
Request syntax
PUT /api/v1/userconfigs HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The configuration. |
|
| Configs |
array<object> |
No |
The list of configurations. |
|
|
object |
No |
A configuration. |
||
| ConfigKey |
string |
Yes |
The configuration key. |
customizePAIAssumedRole |
| ConfigValue |
string |
Yes |
The configuration value. |
role |
| CategoryName |
string |
Yes |
The classification. Only DataPrivacyConfig is supported. |
DataPrivacyConfig |
| Scope |
string |
Yes |
The scope. Valid values: subUser and owner. |
owner |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
dsjk****dfjksdf |
Examples
Success response
JSON format
{
"RequestId": "dsjk****dfjksdf"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.