Skip to main content
GET
/
platform
/
api
/
me
GET Current User
curl --request GET \
  --url https://api.rippling.com/platform/api/me \
  --header 'Authorization: Bearer <token>'
{
  "id": "5ec5595dfa9c4e1728118d11",
  "workEmail": "cpitt+2@rippling.com",
  "company": "5ec5595afa9c4e1728118cb5"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

Information about the Rippling user whose token is being used to access Rippling's API.

id
string

Unied identifier of the user (likely an admin).

workEmail
string

Work email of the user.

company
string

Unique identifier of the company.