GET api_v2/AccountDomainUsers/FindAccountIDsByDomainUserName?DomainName={DomainName}&DomainUserName={DomainUserName}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
DomainName | No documentation available. |
Define this parameter in the request URI. |
DomainUserName | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountDomainUserIDs Type="sample string 1"> <Item>40e6ff70-ee58-4432-b3d3-302830d4a1e6</Item> <Item>6e7b78cf-60e0-4e8b-86ee-1cb5a0ffb528</Item> <Item>b1be5d83-8f66-47fa-a989-e9333db8e8b1</Item> </AccountDomainUserIDs> </Result>
application/json, text/json
Sample:
{ "AccountDomainUserIDs": { "List": [ "40e6ff70-ee58-4432-b3d3-302830d4a1e6", "6e7b78cf-60e0-4e8b-86ee-1cb5a0ffb528", "b1be5d83-8f66-47fa-a989-e9333db8e8b1" ] } }