Get current user data

GET {{baseUrl}}/users/me

Returns data about an authorized user within the company with bound company data: company ID, company name, and domain. Note that the locale property means 'Date/number format' in the Pipedrive account settings, not the chosen language.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":true,"data":{"id":1,"name":"Me","default_currency":"EUR","locale":"et_EE","lang":1,"email":"me@pipedrive.com","phone":"0000-0000","activated":true,"last_login":"2019-11-21 08:45:56","created":"2018-11-13 09:16:26","modified":"2019-11-21 08:45:56","has_created_company":true,"access":[{"app":"sales","admin":true,"permission_set_id":"62cc4d7f-4038-4352-abf3-a8c1c822b631"},{"app":"global","admin":true,"permission_set_id":"233b7976-39bd-43a9-b305-ef3a2b0998e5"},{"app":"account_settings","admin":true,"permission_set_id":"982c5ce5-b8ba-4b47-b102-9da024f4b990"}],"active_flag":true,"timezone_name":"Europe/Berlin","timezone_offset":"+03:00","role_id":1,"icon_url":"https://upload.wikimedia.org/wikipedia/en/thumb/e/e0/WPVG_icon_2016.svg/1024px-WPVG_icon_2016.svg.png","is_you":true,"is_deleted":false,"company_id":54235233,"company_name":"Pipedrive","company_domain":"pipedrive-12g53f","company_country":"EE","company_industry":"IT Services","language":{"language_code":"en","country_code":"US"}}}