Profile API

Profiles represent user accounts in Match Play. A user account can be the claimant for multiple player objects in tournaments.

Get self profile

GET /api/users/profile

Returns the profile object for the user you are currently authenticated as.

Get profile

GET /api/users/{userId}

Returns the profile for the given user id

Last updated