Skip to main content

StaffProfile

Staff member profile. PII fields may be absent based on the viewer's relationship to the staff member.

idstring

User id

Example: 1VJEQAYWW54TZ5VD
namestring

Display name

Example: FurryUser42
avatarstringnullable

Avatar URL

nda_verifiedboolean

NDA verification status

firstnamestring

First name (visibility-controlled)

Example: John
lastnamestring

Last name (visibility-controlled)

Example: Doe
birthdatestring<date>nullable

Date of birth (visibility-controlled)

phonestringnullable

Phone number (visibility-controlled)

telegram_usernamestringnullable

Telegram username (visibility-controlled)

spoken_languagesstring[]nullable

Spoken languages (visibility-controlled)

credit_asstringnullable

Preferred credit name (visibility-controlled)

groups object[]

Group memberships

  • Array [
  • idstring
    namestring
    typestring

    Possible values: [none, division, department, team, automated, root]

    slugstring
    levelstring

    Possible values: [member, team_lead, director, division_director]

    titlestringnullable
  • ]
  • StaffProfile
    {
    "id": "1VJEQAYWW54TZ5VD",
    "name": "FurryUser42",
    "avatar": "string",
    "nda_verified": true,
    "firstname": "John",
    "lastname": "Doe",
    "birthdate": "2024-07-29",
    "phone": "string",
    "telegram_username": "string",
    "spoken_languages": [
    "string"
    ],
    "credit_as": "string",
    "groups": [
    {
    "id": "string",
    "name": "string",
    "type": "none",
    "slug": "string",
    "level": "member",
    "title": "string"
    }
    ]
    }