v1

latestOpenAPI 3.0.2Apache-2.02026-07-142963051.0 MB
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

group_idsstring[] required

A list of group IDs.

Example request

{
  "group_ids": [
    "123456",
    "456789"
  ]
}

Response

Returns a message about the request status.

messagestring

The unique identifier for the termination job status.

Example response

{
  "message": "Request is successful, please check the admin\nevents for the status of the job"
}