Get the current authenticated User

Get information about the currently authenticated user

SecurityJWT or DeveloperToken or OAuth2 or C2COAuth2
Responses
200

User success response

Response Schema: application/json
digest_frequency
string non-empty
features_seen
any
profile_image_original
any
image_32
string non-empty
image_128
string non-empty
from_google
boolean
mfa_enforced_at
string non-empty
email
string non-empty
bio
any
name
string non-empty
image_64
string non-empty
timezone_value
string non-empty
account_id
string non-empty
updated_at
string non-empty
image_256
string non-empty
_type
string non-empty
user_hash
string non-empty
context
any
upload_url
string non-empty
location
any
phone
any
deleted_at
any
profile_image
string non-empty
first_login_at
string non-empty
joined_via
string non-empty
email_confirm_by
any
id
string non-empty
next_digest_date
string non-empty
email_preferences
any
last_seen
string non-empty
inserted_at
string non-empty
object
user_default_color
string non-empty
401

Unauthorized response

get/v2/me
Request samples
Response samples
application/json
{
  • "account_id": "bbbbbbbb-b12b-bbbb-bbbb-bbbbbbbbbbbb",
  • "email": "jane@frame.io",
  • "id": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa",
  • "name": "Jane Doe"
}