Create a new impersonation config.
POST
/impersonationconfig
201Description
If ID is provided and an object with that ID already exists, a 409 (conflict) error is returned.
Roles
At least one of the roles below is required to access this endpoint.
FullAccessSetSecurityProfile
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 | --- | --- | --- |