Users

User management

Options

Enable CORS by returning correct headers

SecurityNone
Responses
200

Enable CORS by returning correct headers

options/v1/users/me

Get user information of the current logged-in user

Gets basic information of the users like, name, address, the user's company and the service provider the user is linked to.

SecurityOAuth2 or JifelineAuthorizer
Responses
200

Successfully obtained current logged-in user

400

Returned when a client sends a bad request

401

Returned when a request is performed without or with an incorrect OIDC token

403

Returned when a client requests a resource it's not authorized for.

500

Returned when an error occurs on the server

get/v1/users/me
Response samples
application/json
{
  • "id": "0777bdfc-e9de-4a02-8958-46b3d36015ce",
  • "first_name": "John",
  • "middle_name": "Edeward",
  • "last_name": "Doe",
  • "client": {
    },
  • "service_provider": {
    }
}