Session termination
Create jobs to terminate user group session
Validates the roles and permissions of the group, and creates asynchronous jobs to terminate the group's sessions. Returns the status for the POST request.
post/groups/terminate_sessions
Request body
Example request
{
"group_ids": [
"123456",
"456789"
]
}Response
Returns a message about the request status.
Example response
{
"message": "Request is successful, please check the admin\nevents for the status of the job"
}