Create or update an impersonation config.
PUT
/impersonationconfig/{impersonationConfigID}
200Description
If an object with the same ID already exists, it will be overwritten.
Roles
At least one of the roles below is required to access this endpoint.
FullAccessSetSecurityProfile
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
impersonationConfigID | Required | string | ID of the impersonation config. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
ImpersonationBuyerID | string | --- | --- | --- | ||
ImpersonationGroupID | string | --- | --- | --- | ||
ImpersonationUserID | string | --- | --- | --- | ||
BuyerID | string | --- | --- | --- | ||
GroupID | string | --- | --- | --- | ||
UserID | string | --- | --- | --- | ||
SecurityProfileID | Required | string | --- | --- | --- | |
ClientID | Required | string | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
ImpersonationBuyerID | string | --- | --- | --- | ||
ImpersonationGroupID | string | --- | --- | --- | ||
ImpersonationUserID | string | --- | --- | --- | ||
BuyerID | string | --- | --- | --- | ||
GroupID | string | --- | --- | --- | ||
UserID | string | --- | --- | --- | ||
SecurityProfileID | string | --- | --- | --- | ||
ClientID | string | --- | --- | --- |