Rank One Partner API Version 1.0
You are currently viewing 'Get User Profile By ID ' page
Usage
GET /User/Profile/:UserID
Content-Type
application/json
Description
Get User Profile
Note
Put the access token generated from the Get Access Token endpoint (Auth/ValidateUser) in the request header field "Authorization" as "bearer ACCESS_TOKEN_HERE". Sample request URL/User/Profile/f3bd8262-c650-4267-a6d1-4ec637e6079f
Example
Type | Name | Required | Note |
URL | UserID | YES | Unique Identifier of User |
Sample response:
{
"UserId": "f3bd8262-c650-4267-a6d1-4ec637e6079f",
"MemberStatus": 0,
"MemberId": "123acb",
"JobTitle": "Head Athletic Trainer",
"MembershipCategory": 0,
"SchoolOrISD": "School 1 High School",
"County": "Collin",
"SchoolType": 0,
"ZipCode": "75023",
"ShirtSize": "12",
"SecretaryEmail": "james@gmail.com",
"BoardMember": false,
"CommitteeChair": false,
"CommitteeMember": true,
"FirstName": "James",
"LastName": "Hough",
"Email": "abc@gmail.com",
"City": "Plano",
"State": "TX"
}School Type
Membership Category
Member Status