Other Profiles

Reminder: if you are using an app/client ID in sandbox, you must use sandbox.motar.io as the endpoint for your requests.

Get User Profile

GET https://api.motar.io/user/v1/profile

Retrieves an arbitrary user profile. Note that profiles are restricted by user's search preferences. Users with family search will not be returned by this route unless the requester has the proper permissions to view the profile.

Query Parameters

NameTypeDescription

id

string

ID for the user whose profile you want to retrieve.

Headers

NameTypeDescription

Authorization

string

Authorization token generated on login.

{ 
  handle: '@testkid-testerson1',
  firstName: 'Kim',
  lastName: 'Testerson',
  userType: 'child',
  accountType: 'Kid',
  country: 'US',
  profilePic: '5c532daa6bc7c26d4da58790',
  coverPhoto: '5c532daa6bc7c26d4da58791',
  userId: 'c5e88a191da0b9b9f5ce2dfae5290df2728df9ae89bceab1756127e9ad20f8b9d429f9d3a06f4d011b1bfaa3660e8d275eb74c9ce7075926c627ed04d9735a11f097b7a92cbc85dc4a71b4126f439e497c$39195cc9f398d40c5c128c44fddf39c5',
  parentFlags: { cameraDisabled: false, proximityFriends: false },
  "militaryGrade": "E-2",
  "displayRank": "Airman",
  "displayDutyTitle": "Command Post Controller",
  "civilianGrade": "GS",
  "civilianBand": "6",
  "jobSeriesNumber": "1550",
  "jobTitle": "Computer Science"
}

Last updated