Impersonation configs
ImpersonationConfigs allow users to make API calls on behalf of a buyer user, which we refer to as impersonation. If you're a marketplace owner user with the BuyerImpersonation role you can impersonate any buyer user under your organization as long as an applicable Impersonation Config has been created. If you're a buyer user with the BuyerImpersonation role you can impersonate any other buyer user within the same buyer company as long as an applicable Impersonation Config has been created.
ImpersonationConfigs.List
List impersonation configs
v1/impersonationconfig
ImpersonationConfigs.Create
Create an impersonation config
v1/impersonationconfig
ImpersonationConfigs.Get
Retrieve an impersonation config
v1/impersonationconfig/{impersonationConfigID}
ImpersonationConfigs.Save
Create or update an impersonation config
v1/impersonationconfig/{impersonationConfigID}
ImpersonationConfigs.Delete
Delete an impersonation config
v1/impersonationconfig/{impersonationConfigID}
ImpersonationConfigs.Patch
Partially update an impersonation config
v1/impersonationconfig/{impersonationConfigID}