Get an ACS System
Returns a specified access system.
Specify the acs_system_id
of the ACS system that you want to retrieve.
Code
await seam.acs.systems.get({
acs_system_id: "8d7e0b3a-b889-49a7-9164-4b71a0506a33",
});
Output
[{ "acs_system_id": "8d7e0b3a-b889-49a7-9164-4b71a0506a33" }]
Request Parameters
acs_system_id
String (Required)
ID of the access system that you want to get.
Response
Examples
Last updated
Was this helpful?