cURL
Endpoints
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
cURL
Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint is in the version 2024.0. No changes are required to continue using it. For more details, see Box API versioning.Learn more about Box SDK versioning strategy.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
A list of group IDs.
Example:
["123456", "456789"]Response
Returns a message about the request status.
A message informing about the termination job status.
The unique identifier for the termination job status.
Example:
"Request is successful, please check the admin\nevents for the status of the job"
