cURL
curl -X GET \ /user/me \ --header "Authorization: Bearer <token>"
{ "user": { "firstName": "John", "lastName": "Doe", "email": "jsmith@example.com", "id": "01F9Z3ZJXZQZJZJZJZJZJZJZJZ" }, "account": { "id": "01F9Z3ZJXZQZJZJZJZJZJZJZJZ" }, "tenant": { "name": "ACME", "legalCompanyName": "Acme Inc.", "id": "01F9Z3ZJXZQZJZJZJZJZJZJZJZ", "username": "acme" }, "roles": [ "ROLE_USER" ] }
Get the current user
user:read
Documentation IndexFetch the complete documentation index at: https://docs.fynn.eu/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fynn.eu/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User resource
Show child attributes
["ROLE_USER"]
War diese Seite hilfreich?