GET https://[API-BASE-URL]/v2/sites/[SITE_ID]/members/[USER_ID]
Returns the full profile detail for a single site members. The user ID is the ID of the member of the site.
GET https://public.leagueapps.io/v2/sites/43590/members/27408108
{
"userId": 27408108,
"id": 27408108,
"firstName": "Jane",
"lastName": "Finch",
"email": "[email protected]",
"type": "ADULT",
"username": "vrskljBB",
"orgAccountRole": "UNAUTHORIZED",
"lastLogin": 1624904995000,
"deleted": false,
"deletedOn": null,
"lastUpdated": 1624904995000,
"newsletterOptIn": false,
"dateJoined": 1624904995000,
"userProfileId": 27336075,
"photo": null,
"gender": "Female",
"birthDate": null,
"mobilePhone": "+12223334444",
"groupName": "Finch Family",
"groupId": 8667669,
"membershipName": null,
"membershipExpiration": null,
"address1": "30 Irving Pl",
"address2": null,
"city": "New York",
"state": "NY",
"zipCode": "10003",
"country": null,
"shipAddress1": null,
"shipAddress2": null,
"shipCity": null,
"shipState": null,
"shipZipCode": null,
"shipCountry": null,
"Emergency Contact Name": null,
"Emergency Contact Phone Number": null,
"How did you hear about us?": null
}