Documentation

Get the account of the current user

GET
/api/v1/external/account

Scope requis : read:account.

AutorisationBearer <jeton>

JWT d'organisation obtenu via le flow OIDC. Voir le guide d'intégration.

Dans: header

Corps de réponse

application/json

curl -X GET "https://example.com/api/v1/external/account"
{  "id": "string",  "givenName": "string",  "familyName": "string",  "username": "string",  "email": "string",  "avatarUrl": "string",  "companyName": "string"}