Userinfo
User's unique identifier (id)
1VJEQAYWW54TZ5VDUser's email (requires email scope)
user@example.comWhether email is verified (requires email scope)
Display name (requires profile scope)
FurryUser42Avatar URL (requires profile scope)
groups object[]
Group memberships with details (requires groups scope). In v2, returns objects instead of just id strings.
Y6K08PEKXG9Q7ZWJInformation TechnologyPossible values: [none, division, department, team, automated, root]
departmentoperations/information-technologyPossible values: [member, team_lead, director, division_director]
memberApp DeveloperFirst name (requires staff.my.read scope)
JohnLast name (requires staff.my.read scope)
DoeDate of birth (requires staff.my.read scope)
1990-01-15Phone number (requires staff.my.read scope)
Telegram username (requires staff.my.read scope)
Spoken languages (requires staff.my.read scope)
Preferred credit name (requires staff.my.read scope)
NDA verification status (requires staff.my.read scope)
{
"sub": "1VJEQAYWW54TZ5VD",
"email": "user@example.com",
"email_verified": true,
"name": "FurryUser42",
"avatar": "string",
"groups": [
{
"id": "Y6K08PEKXG9Q7ZWJ",
"name": "Information Technology",
"type": "department",
"slug": "operations/information-technology",
"level": "member",
"title": "App Developer"
}
],
"firstname": "John",
"lastname": "Doe",
"birthdate": "1990-01-15",
"phone": "string",
"telegram_username": "string",
"spoken_languages": [
"string"
],
"credit_as": "string",
"nda_verified": true
}