GET
/
v1
/
profiles
/
me
User Profile
curl --request GET \
  --url https://api.zapier.com/v1/profiles/me \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 88998899,
    "first_name": "Jacob",
    "last_name": "Corwin",
    "full_name": "Jacob Corwin",
    "email": "jacob.corwin@zapier.example",
    "email_confirmed": true,
    "timezone": "America/Toronto"
  }
]

Authorizations

Authorization
string
header
required

See our OAuth2 authentication documentation here: https://docs.zapier.com/powered-by-zapier/api-reference/authentication

Response

id
integer
required

The numeric identifier of this user

first_name
string
required

The first name of this user

last_name
string
required

The last name of this user

full_name
string
required

The combined full name of this user

email
string<email>
required

The email this user's account is associated with

email_confirmed
boolean
required

Whether said email is confirmed yet or not

timezone
string
required

The timezone set for this user