Get All Users Of An Account
Overview
Get Account Users
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
[
{
"UserModel": {
"UserId": 54967,
"FirstName": "Daniel",
"MiddleName": "",
"LastName": "Safonov",
"Login": "danielSafonyan",
"Email": "[email protected]",
"Role": 0,
"AddedDate": "2023-06-15T08:17:35.2984132Z",
"Salutation": "NoSalutation",
"Suffix": "NoSuffix"
},
"AccountAccessType": "Owner"
}
]Last updated