{
"opencollection": "1.0.0",
"info": {
"name": "Webex Admin Address Book Bulk Manage SCIM 2 Users and Groups API",
"version": "1.0.0"
},
"items": [
{
"info": {
"name": "Bulk Manage SCIM 2 Users and Groups",
"type": "folder"
},
"items": [
{
"info": {
"name": "User bulk API",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/identity/scim/:orgId/v2/Bulk",
"params": [
{
"name": "orgId",
"value": "0ae87ade-8c8a-4952-af08-318798958d0c",
"type": "path",
"description": "Webex Identity assigned organization identifier for user's organization."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "
\n\n**Authorization**\n\nOAuth token rendered by Identity Broker.\n\n
\n\nOne of the following OAuth scopes is required:\n\n- `identity:people_rw`\n\n
\n\n**Usage**:\n\n1. The input JSON must conform to the following schema: 'urn:ietf:params:scim:api:messages:2.0:BulkRequest'.\n\n1. The request must be accompanied with a body in JSON format according to the standard SCIM schema definition.\n The maximum number of operations in a request is 100; an error is thrown if the limit is exceeded.\n\n1. `failO"
}
]
}
],
"bundled": true
}