{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Guest Management API", "version": "1.0.0" }, "items": [ { "info": { "name": "Guest Management", "type": "folder" }, "items": [ { "info": { "name": "Create a Guest", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/guests/token", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new token for a single guest user. The Service App that creates the guest must have the scope `guest-issuer:write`.\n\nGuests are implicitly created by retrieving the guest access token.\n\nRepeated calls to this API with the same `subject` will create additional tokens without invalidating previous ones. Tokens are valid until the `expiresIn`.\n\nGuests can be renamed by supplying the same `subject` and changing the `displayName.`\n\nTo retrieve a new token for an existing guest, please provid" }, { "info": { "name": "Get Guest Count", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/guests/count" }, "docs": "To retrieve the number of guests, the scopes `guest-issuer:read` or `guest-issuer:write` are needed." } ] } ], "bundled": true }