v1

latestSwagger 2.02026-07-1451115.7 KB
identity

Copy listening data from a temporary user account to the logged-in user's account

This can and should only be used by clients who have access to the temporary_user grant type. Third-party developers do not have access to this grant type by default, and will not need this endpoint.

post/v2/user/inherit

Query parameters

temp_userinteger required

The temporary user's ID before the user registered or logged in

Headers

Authorizationstring required

Your access token from the Authorization Service. Should start with Bearer, followed by a space, followed by the token.

Response

The request was successful

errorsobject[] required

A list of encountered errors, ignored on POST, PUT

hrefstring required

A URL representation of the resource; should generally be ignored by clients unless noted otherwise

itemsobject[] required

Not used, ignored on a PUT

linksobject required

A list of links, not used by the Identity Service; ignored on a PUT

versionstring required

The version of the Collection.Doc+JSON spec being used