Users

Link Player

Link a player to a user.

post/v1/users/{user_id}/link_player

Path parameters

user_idstring required

Request body

player_idstring required

The unique player ID to link to the user.

Response

Successful Response

idstring required

The unique identifier of the user.

namestring

The name of the user.

avatar_urlstring

The avatar URL of the user.

player_idstring

The unique player ID of the user. If the user is not linked to a player, this field will be null.

Changes

Changed in 1 of the 28 revisions of this API.1

    • ●

      for the path request parameter user_id, the maxLength was set to 32

      request-parameter-max-length-set