{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Send Activation Email API", "version": "1.0.0" }, "items": [ { "info": { "name": "Send Activation Email", "type": "folder" }, "items": [ { "info": { "name": "Initiate Bulk Activation Email Resend Job", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/identity/organizations/:orgId/jobs/sendActivationEmails", "params": [ { "name": "orgId", "value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yMDIwYTkyMC0zMTRjLTQ3NmUtYmNiMS1hNDJhNGI2YzM2MDM", "type": "path", "description": "Initiate job for this organization." } ] }, "docs": "Initiate a bulk activation email resend job that sends an activation email to all eligible users in an organization. Only a single instance of the job can be running for an organization.\n\nRequires a full or user administrator auth token with a scope of `spark-admin:people_write`." }, { "info": { "name": "Get Bulk Activation Email Resend Job Status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/identity/organizations/:orgId/jobs/sendActivationEmails/:jobId/status", "params": [ { "name": "orgId", "value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yMDIwYTkyMC0zMTRjLTQ3NmUtYmNiMS1hNDJhNGI2YzM2MDM", "type": "path", "description": "Check job status for this organization." }, { "name": "jobId", "value": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC9lNzc4NWU3YS1mNmFiLTRjNTEtYWVjOS00YTg5NWQyOTdjMjc", "type": "path", "description": "Retrieve job status for this `jobId`." } ] }, "docs": "Get the details of an activation email resend job by its job ID.\n\nRequires a full or user administrator auth token with a scope of `spark-admin:people_write` or read-only administrator auth token with a scope of `spark-admin:people_read`." }, { "info": { "name": "Get Bulk Activation Email Resend Job Errors", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/identity/organizations/:orgId/jobs/sendActivationEmails/:jobId/errors", "params": [ { "name": "orgId", "value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yMDIwYTkyMC0zMTRjLTQ3NmUtYmNiMS1hNDJhNGI2YzM2MDM", "type": "path", "description": "Check job status for this organization." }, { "name": "jobId", "value": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC9lNzc4NWU3YS1mNmFiLTRjNTEtYWVjOS00YTg5NWQyOTdjMjc", "type": "path", "description": "Retrieve job status for this `jobId`." }, { "name": "max", "value": "100", "type": "query", "description": "Limit the maximum number of errors in the response." } ] }, "docs": "Get errors of an activation email resend job by its job ID.\n\nRequires a full or user administrator auth token with a scope of `spark-admin:people_write` or read-only administrator auth token with a scope of `spark-admin:people_read`." } ] } ], "bundled": true }