await seam.acs.users.addToAccessGroup({
acs_user_id: "15ce02a8-b145-4c02-adc9-d9d84c8a1177",
acs_access_group_id: "58c8b034-e527-4635-a335-afc74dc79b27",
});
/*
// void
*/{}ACS Users
Add an ACS User to an Access Group
Adds a specified access system user to a specified access group.
PUT
/
acs
/
users
/
add_to_access_group
await seam.acs.users.addToAccessGroup({
acs_user_id: "15ce02a8-b145-4c02-adc9-d9d84c8a1177",
acs_access_group_id: "58c8b034-e527-4635-a335-afc74dc79b27",
});
/*
// void
*/{}Authorizations
pat_with_workspaceconsole_session_with_workspaceapi_key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
OK
The response is of type object.
Was this page helpful?