Add Account To User
Overview
Add Account To User
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"UserModel": {
"UserId": 0,
"FirstName": "string",
"MiddleName": "string",
"LastName": "string",
"Login": "string",
"Email": "string",
"Role": 0,
"AddedDate": "2023-07-28T14:00:07.136Z",
"Salutation": "NoSalutation",
"Suffix": "NoSuffix"
},
"AccountAccessType": "Full"
}Last updated