User Details

Retrieves details for your users who are currently logged into the application.

See Authentication below.

Sample Response

{
    "id": "190560",
    "email": "[email protected]",
    "first_name": "Captain",
    "last_name": "America",
    "account_id": "11223",
    "is_admin": true,
    "is_active": true,
    "sign_in_count": 8005,
    "created_at": "2018-04-02T14:33:55.000Z",
    "phone": "555-555-1000",
    "full_name": "Captain America",
    "api_token": null,
    "provider": null,
    "timezone": "Puerta Vallarta",
    "integ_ad_sid": null,
    "template_rule_id": null,
    "after_action_perform_display": "go_to_listing_screen_without_filters",
    "reservation_tutorial": false,
    "strptime_datetime_format": "%Y-%m-%d %I:%M %p",
    "is_password_temporary": false,
    "logo": "https://panda-assets-live.s3.amazonaws.com/uploads/user/logo/190560/11.png",
    "plan_option_id": null,
    "allow_to_create_audit": true,
    "allow_perform_audit_on_mobile": true,
    "unread_notifications_count": 8,
    "account_date_format": "%Y-%m-%d",
    "account_time_format": "%I:%M %p",
    "account_logo": null,
    "reservation_enabled": true,
    "gmt": "+0530"
}

Authentication

KeyDescription
AuthorizationYour Bearer token.
Language
Click Try It! to start a request and see the response here!