GET api_v2/AccountDomainUsers/Delete
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>c7fa65bb-d656-4ff2-afc9-8127db8d6526</AccountDomainUserID> <AccountDomainID>b82e0c59-092c-42d8-9b08-5267b31a7369</AccountDomainID> <DomainUserName>sample string 3</DomainUserName> <AccountUserID>02a0d98a-d883-4da4-b7c9-449e7f029de0</AccountUserID> </Request>
application/json, text/json
Sample:
{ "AccountDomainUserID": "c7fa65bb-d656-4ff2-afc9-8127db8d6526", "AccountDomainID": "b82e0c59-092c-42d8-9b08-5267b31a7369", "DomainUserName": "sample string 3", "AccountUserID": "02a0d98a-d883-4da4-b7c9-449e7f029de0" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}