Get a single user access token.
POST
/buyers/{buyerID}/users/{userID}/accesstoken
200Roles
At least one of the roles below is required to access this endpoint.
FullAccessBuyerImpersonation
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
buyerID | Required | string | ID of the buyer. | --- |
userID | Required | string | ID of the user. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ClientID | Required | string | --- | --- | --- | |
Roles | Required | array | --- | --- | --- | |
CustomRoles | array | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
access_token | string | --- | --- | --- | ||
expires_in | integer | int32 | --- | --- | ||
token_type | string | --- | --- | --- | ||
refresh_token | string | --- | --- | --- |