Skip to main content
GET
/
v1
/
users
/
me
Get current user
curl --request GET \
  --url https://api.payrollintegrationsapp.com/v1/users/me \
  --header 'Authorization: Bearer <token>'
{
  "id": "bb0e8400-e29b-41d4-a716-446655440006",
  "displayName": "John Doe",
  "description": "A user for John Doe."
}

Authorizations

Authorization
string
header
required

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

Response

Current user details

id
string
required
displayName
string
required
description
string