Skip to main content

Enable Cross Progression

POST 

/users/v1/cross-progression/enable

Enable Cross Progression for the player associated with the platform identity.
While cross progression is enabled, all linked users who login will receive a token for the player with cross progression enabled (instead of a token for their platform user's player).

If an identity is not provided, the identity in the token will be used.

If you are modifying a user outside of your person, Required Permissions:

  • For any user (including themselves) any of: user:*, user:modify:any

NOTE: Whenever you change the link or cross progression status of a user, it is recommended to refresh their access token. Each token does container user information, which may be incorrect after a link or cross progression change. There is no guarantee that calling other endpoints will operate on the correct user until the token has been refreshed.

Request

Body

    platform Platform (string)

    Possible values: [Anon, Basic, XboxLive, PSN, NintendoNAID, NintendoSwitch, NintendoPPID, Google, GooglePlay, Apple, Epic, Steam, Amazon, Twitch, RallyHere, LegacyName]

    Platform ID

    platform_user_id Platform User Id (string)

    Possible values: <= 2048 characters

    Platform User ID

Responses

Successful Response

Loading...