cURL
curl --request GET \ --url https://api.rippling.com/platform/api/me \ --header 'Authorization: Bearer <token>'
{ "id": "5ec5595dfa9c4e1728118d11", "workEmail": "cpitt+2@rippling.com", "company": "5ec5595afa9c4e1728118cb5" }
Retrieves basic information about the Rippling user whose access token you’re using. This is generally used for the SSO flow.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Information about the Rippling user whose token is being used to access Rippling's API.
Unied identifier of the user (likely an admin).
Work email of the user.
Unique identifier of the company.