You are currently viewing 'Update User Profile ' page



Usage

POST /User/Profile

Content-Type

application/json

Description

Update 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".

See sample request body below. Please do not skip any of the fields.

Example

Sample body:

{

"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"
}

Sample response:

"Update Success" or "Update Error"

School Type

Value
Description
0
N/A
1
Private
2
Public

Membership Category

Value
Description
0
Active Membership
1
Associate Membership
2
Retired Membership

Member Status

Value
Description
0
Current Member
1
Non Member