POST api_v2/AccountDomainUsers/SetAccountUserID
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountDomainUserID>0a208b31-585a-497a-a14d-d515fc824735</AccountDomainUserID> <AccountDomainID>a8bad0ae-4714-4cc6-b360-e94baf2b1a28</AccountDomainID> <DomainUserName>sample string 3</DomainUserName> <AccountUserID>3cb90d31-0a9f-4413-9ba7-6766b53e81b1</AccountUserID> </Request>
application/json, text/json
Sample:
{ "AccountDomainUserID": "0a208b31-585a-497a-a14d-d515fc824735", "AccountDomainID": "a8bad0ae-4714-4cc6-b360-e94baf2b1a28", "DomainUserName": "sample string 3", "AccountUserID": "3cb90d31-0a9f-4413-9ba7-6766b53e81b1" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}