Get the account of the current user
Scope requis : read:account.
Autorisation
bearer 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"}