Skip to main content

Disable Cross Progression

POST 

/users/v1/cross-progression/disable

Disable Cross Progression for a person. While cross progression is disabled, all linked users who login will receive a token for the player associated with their platform user.

The person is found using the following priority:

  1. If the person_id is provided directly
  2. If the platform and platform_user_id are provided, the person_id of that platform user is used.
  3. If the Authorization header contains a user token, the platform and platform user id from the token are used and the person associated with that user is 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

    person_id uuid

    Person ID

    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...