Profile API
Profiles represent user accounts in Match Play. A user account can be the claimant for multiple player objects in tournaments.
Last updated
Profiles represent user accounts in Match Play. A user account can be the claimant for multiple player objects in tournaments.
GET /api/users/profileReturns the profile object for the user you are currently authenticated as.
GET /api/users/{userId}Returns the profile for the given user id
Last updated