Get a participant profile
Only resolves users who participate in an event owned by the API key's organisation. Never returns email or authentication data.
GET/v1/users/{userId}
Parameters #
| Property | Type | Location | Description |
|---|
userId | stringRequired | path | - |
Request #
curl --request GET 'https://api.strave.gg/v1/users/USER_ID' \
--header 'Authorization: Bearer $STRAVE_API_KEY'
Response #
200Response for status 200
application/json401Response for status 401
application/json404Response for status 404
application/json429Response for status 429
application/json500Response for status 500
application/json| Property | Type | Description |
|---|
data | objectRequired | - |
└id | stringRequired | - |
└displayName | stringRequired | - |
└username | string | nullRequired | - |
└imageUrl | string | nullRequired | - |
└nationality | string | nullRequired | - |
└platforms | string[]Required | - |
└primaryPlatform | string | nullRequired | - |