{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Identity Organization API", "version": "1.0.0" }, "items": [ { "info": { "name": "Identity Organization", "type": "folder" }, "items": [ { "info": { "name": "Get an organization", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/identity/organizations/:orgId", "params": [ { "name": "orgId", "value": "82adacf4-453f-4e2b-a406-2939fddcaad2", "type": "path", "description": "Webex Identity assigned organization identifier." } ] }, "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:organizations_rw`\n\n- `identity:organizations_read`\n\n
" }, { "info": { "name": "Update an organization", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/identity/organizations/:orgId", "params": [ { "name": "orgId", "value": "82adacf4-453f-4e2b-a406-2939fddcaad2", "type": "path", "description": "Webex Identity assigned organization identifier." } ], "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:organizations_rw`\n\n
\n\nThe following administrators can use this API:\n\n- `id_full_admin`\n\n
\n\n**Usage**:\n\n1. Input JSON must contain schema: \"urn:cisco:codev:identity:organization:core:1.0\"." }, { "info": { "name": "Generate OTP", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/identity/organizations/:orgId/users/:userId/actions/generateOtp", "params": [ { "name": "orgId", "value": "bf732c85-68ca-4867-94e4-937286ad2fd4", "type": "path", "description": "The Webex Identity-assigned organization identifier for a user's organization." }, { "name": "userId", "value": "73e0e4f2-66f6-417a-b074-d473ed537f58", "type": "path", "description": "The Common Identity-assigned user identifier for an existing user (`entryUUID`)." } ] }, "docs": "This API allows an admin to generate a One-Time Password (OTP) for user accounts with `userNameType` set as `partner-upn`. The OTP is used by users to log in to any Webex application, whereupon they are asked to change their password.\nThe OTP generated by this API has a default length of 6 digits and expires in 7 days.\n\nSeveral OTPs can be active for the same user. When the user successfully uses an OTP, all other OTPs are automatically revoked.\n\nThe creation of OTPs is logged in the [Admin Audi" } ] } ], "bundled": true }