{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book SCIM 2 Schemas API", "version": "1.0.0" }, "items": [ { "info": { "name": "SCIM 2 Schemas", "type": "folder" }, "items": [ { "info": { "name": "Get Group Schema", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Schemas/SCIM2/Group" }, "docs": "This API allows the service client to get all the `Group` schemas information from CI.\n\n**Authorization:**\n\nOAuth token rendered by Identity Broker.\n\nOne of the following OAuth scopes is required:\n\n- `identity:people_rw`\n\n- `identity:organizations_rw`\n\nThe following administrators can use this API:\n\n- `id_full_admin`\n\n- `id_user_admin`\n\n- `id_readonly_admin`\n\n- `id_device_admin`" }, { "info": { "name": "Get User Schema", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Schemas/SCIM2/User" }, "docs": "This API allows the service client to get all the `User` schemas information from CI.\n\n**Authorization:**\n\nOAuth token rendered by Identity Broker.\n\nOne of the following OAuth scopes is required:\n\n- `identity:people_rw`\n\n- `identity:organizations_rw`\n\nThe following administrators can use this API:\n\n- `id_full_admin`\n\n- `id_user_admin`\n\n- `id_readonly_admin`\n\n- `id_device_admin`" }, { "info": { "name": "Get Schema using Group Schema ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Schemas/SCIM2/:schemaId", "params": [ { "name": "schemaId", "value": "urn:ietf:params:scim:schemas:core:2.0:Group", "type": "path", "description": "The Schema Id of Group/User Schema" } ] }, "docs": "This API allows the service client to get the Group/User Schema using `Schema Id` from CI.\n\nExample:\n\n- `urn:ietf:params:scim:schemas:core:2.0:Group` is one of the `Group Schema Id`. Using this particular ID, we can fetch all information related to it.\n\n- `urn:ietf:params:scim:schemas:extension:enterprise:2.0:User` is one of the `User Schema Id`. Using this particular ID, we can fetch all information related to it.\n\n**Authorization:**\n\nOAuth token rendered by Identity Broker.\n\nOne of the followi" } ] } ], "bundled": true }