Users

Use the REST API to retrieve current user information

Current User

Get user information

get

Retrieve user information for the authenticated user

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
AcceptstringRequired

Request content type

Example: application/json
Responses
chevron-right
200

Successful operation

application/json
idstringOptional

The ID of the authenticated user

Example: 45daeb37-2de5-4dde-a583-bd0b8a2d7c3e
namestringOptional

The name of the authenticated user

Example: XYZ Car Servicing
get
/me
200

Successful operation

Last updated