get https://{kitEnvironment}.{kitDomain}/{kitBasePath}/accounts//user/
Fetches all users that have access to the account.
Log in to see full request history
Responses
Fetches all users that have access to the account.
xxxxxxxxxx
curl --request GET \
--url https://staging.domain/v1/accounts/accountId/user/userId \
--header 'accept: application/json'
xxxxxxxxxx
11{
"id": "1234",
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@example.com",
"phoneNumber": "+46720000000",
"language": "en",
"username": "savvyEnergyUser",
"ssn": "198904080000",
"orgNumber": "555555-5555"
}