{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Archive Users API", "version": "1.0.0" }, "items": [ { "info": { "name": "Archive Users", "type": "folder" }, "items": [ { "info": { "name": "Get Archive User", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/identity/organizations/:orgId/v1/ArchivedUser/:useruuid", "params": [ { "name": "orgId", "value": "410139c6-3bff-4404-9782-09a456ba2cae", "type": "path", "description": "The unique identifier for the organization." }, { "name": "useruuid", "value": "b96936c9-5b86-4a01-8969-e945c91b62f6", "type": "path", "description": "The unique identifier for the user." } ] }, "docs": "The `useruuid` is the unique identifier of a user in the system. It is assigned when the user is created and can be retrieved through **GET Users** API.
\n\n**Authorization**\n\nOAuth token issued by the Identity Broker.\n\nOne of the following OAuth scopes is required:\n\n- `identity:people_rw`.\n- `identity:people_read`.\n\nThe following administrators can use this API:\n\n- `Account in the specified organization with one of the following roles: id_full_admin, id_user_admin, id_readonly_admin`.\n- `Prox" } ] } ], "bundled": true }