POST api_v2/AcDbAccesses/AddAccessesForAllAccountsUsers
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> <AccountDatabaseID>745e7858-9c80-4f68-993a-d7ad719ead4d</AccountDatabaseID> <LocalUserID>86814966-8618-4332-a95f-0fbb1e3be69c</LocalUserID> <AccountID>19c07d8b-49f4-4110-b4f6-c6ba0dd71ddb</AccountID> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "745e7858-9c80-4f68-993a-d7ad719ead4d", "LocalUserID": "86814966-8618-4332-a95f-0fbb1e3be69c", "AccountID": "19c07d8b-49f4-4110-b4f6-c6ba0dd71ddb" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <AccessIDs Type="sample string 1"> <Item>386437b6-84a9-4da1-a69a-cd9d4b2e5b3c</Item> <Item>b7959735-e39e-4fc9-8651-4966b4ee51aa</Item> <Item>81bd4580-6f46-4aec-a0e3-b494afb894a9</Item> </AccessIDs> </Result>
application/json, text/json
Sample:
{ "AccessIDs": { "List": [ "386437b6-84a9-4da1-a69a-cd9d4b2e5b3c", "b7959735-e39e-4fc9-8651-4966b4ee51aa", "81bd4580-6f46-4aec-a0e3-b494afb894a9" ] } }