GET api_v2/AccountDomainUsers/FindIDsByAccountUserID?AccountUserID={AccountUserID}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
AccountUserID | 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>c1cc284a-4964-485e-848d-962891a2745d</Item> <Item>f2ccbe44-5f01-4e64-b6ac-1d1711e97b81</Item> <Item>fd703f41-720f-4ef2-80a0-419289330013</Item> </AccountDomainUserIDs> </Result>
application/json, text/json
Sample:
{ "AccountDomainUserIDs": { "List": [ "c1cc284a-4964-485e-848d-962891a2745d", "f2ccbe44-5f01-4e64-b6ac-1d1711e97b81", "fd703f41-720f-4ef2-80a0-419289330013" ] } }