Gets basic information of the users like, name, address, the user's company and the service provider the user is linked to.
Successfully obtained current logged-in user
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when an error occurs on the server
{- "id": "0777bdfc-e9de-4a02-8958-46b3d36015ce",
- "first_name": "John",
- "middle_name": "Edeward",
- "last_name": "Doe",
- "client": {
- "name": "Garage John Doe",
- "reference": "Garage john doe",
- "allow_tickets_without_product": false,
- "address": {
- "country": "NL",
- "locality": "Zevenbergen",
- "street": "main street 12a",
- "postal_code": "7777 AZ"
}
}, - "service_provider": {
- "id": 71,
- "name": "Partner X",
- "has_prepaid_wallet": true,
- "prepaid_wallet_settings": {
- "balance": "120"
}, - "payment_by_prepaid_balance": true,
- "service_center": {
- "is_open": true,
- "tickets_scheduler_active_until": "2021-09-08T10:03:29+00:00",
- "tickets_scheduler_enabled": true,
- "tickets_scheduler_message": "Ticket scheduling will be resumed tomorrow",
- "service_message": "We are open for service",
- "service_message_active": true
}, - "currency": "EUR",
- "ui": {
- "company_name": "Garage John Doe",
- "portal_header_background_color": "#fff",
- "portal_headerlogo_path": "/media/cache/service_provider_portal_header_logo_thumb/",
- "theme_color": "#00aeef"
},
}
}