These docs are for v0.1.0. Click to read the latest docs for v1.0.0.

Front.user

You can get basic info about the user currently connected to Front by accessing the object Front.user. Keep in mind that the profile might change over time if the user changes their profile.

{
    "url": "/api/1/companies/planet_express/team/bender",
    "alias": "bender",
    "given_name": "Bender",
    "family_name": "Rodriguez",
    "email": "[email protected]",
    "avatar": "https://nibbler.frontapp.com/api/1/noauth/avatars/123",
    "admin": true
}