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
Get a list of impersonation configs.
v1/impersonationconfig
ImpersonationConfigs.Create
Create a new impersonation config.
v1/impersonationconfig
ImpersonationConfigs.Get
Get a single 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}