GET api_v2/AcDbAccesses/GetAccountUserID?accessID={accessID}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accessID | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountUserID>0f7404ae-5d63-46e1-8423-7c58f472b887</AccountUserID> </Result>
application/json, text/json
Sample:
{ "AccountUserID": "0f7404ae-5d63-46e1-8423-7c58f472b887" }