{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Workspace Personalization API", "version": "1.0.0" }, "items": [ { "info": { "name": "Workspace Personalization", "type": "folder" }, "items": [ { "info": { "name": "Personalize a Workspace", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/workspaces/:workspaceId/personalize", "params": [ { "name": "workspaceId", "value": "Y2lzY29zcGFyazovL3VzL1BMQUNFUy81MTAxQjA3Qi00RjhGLTRFRjctQjU2NS1EQjE5QzdCNzIzRjc", "type": "path", "description": "A unique identifier for the workspace." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initializes the personalization for a given workspace for the user email provided.\n\nThe personalization process is asynchronous and thus a background task is created when this endpoint is invoked.\nAfter successful invocation of this endpoint a personalization task status URL will be returned in the `Location` header, which will point to the [Get Personalization Task](/docs/api/v1/workspace-personalization/get-personalization-task) endpoint for this workspace.\nThe task should be completed in appr" }, { "info": { "name": "Get Personalization Task", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/workspaces/:workspaceId/personalizationTask", "params": [ { "name": "workspaceId", "value": "Y2lzY29zcGFyazovL3VzL1BMQUNFUy81MTAxQjA3Qi00RjhGLTRFRjctQjU2NS1EQjE5QzdCNzIzRjc", "type": "path", "description": "A unique identifier for the workspace." } ] }, "docs": "Returns the status of a personalization task for a given workspace.\n\nWhilst in progress the endpoint will return `Accepted` and provide a `Retry-After` header indicating the number of seconds a client should wait before retrying.\n\nUpon completion of the task, the endpoint will return `OK` with a body detailing if the personalization was successful and an error description if appropriate." } ] } ], "bundled": true }