v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBGroups
Add content to libraries
🔑
Required OAuth scope: groups:bulk.
🚜
This endpoint processes up to 20,000 objects asynchronously. For more information, see the Bulk operations guide.
Adds multiple content IDs of a given type to groups libraries. Upon submission, the request is queued. Use the provided URL in the response header to check the status of the bulk operation.
post/api/v2/bulk/groups/library
Headers
360-api-version'v2.0' required
The version of the API.
Request body
Example request
{
"input": [
{
"groupId": "507f1f77bcf86cd799439011",
"contentId": "507f1f77bcf86cd799439011"
}
]
}Response
The operation is successfully created.