User Checking

Check a single user

Check if a user exists and retrieve their group memberships or group count

get/checkuser/{id}

Path parameters

idstring required

User ID to check

Response

User found successfully

successboolean
userIdstring
usernamestring
groupCountnumber

Only included if canViewGroupId is false

lastSeenstring date-time

Example response

{
  "success": true,
  "userId": "123456789",
  "username": "JohnDoe",
  "groupCount": 3
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.