{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict App Entitlement API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "App Entitlement", "type": "folder" }, "items": [ { "info": { "name": "List", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/entitlements", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "List app entitlements associated with an app." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/entitlements", "params": [ { "name": "app_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.app.v1.AppEntitlements.Create method." }, { "info": { "name": "Add Manually Managed Members", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/entitlements/:app_entitlement_id/add-manual-user", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "app_entitlement_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.app.v1.AppEntitlements.AddManuallyManagedMembers method." }, { "info": { "name": "Search App Entitlements With Expired", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/entitlements/:app_entitlement_id/grants", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "app_entitlement_id", "value": "", "type": "path" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "Search app entitlements, include app users, users, expires, discovered." }, { "info": { "name": "Remove Entitlement Membership", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/entitlements/:app_entitlement_id/remove-membership", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "app_entitlement_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.app.v1.AppEntitlements.RemoveEntitlementMembership method." }, { "info": { "name": "List Users", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/entitlements/:app_entitlement_id/users", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "app_entitlement_id", "value": "", "type": "path" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "List the users, as AppEntitlementUsers objects, of an app entitlement." }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/entitlements/:id", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an app entitlement by ID." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/entitlements/:id", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an app entitlement by ID." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/entitlements/:id", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.app.v1.AppEntitlements.Delete method." }, { "info": { "name": "List For App Resource", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/entitlements/resource_types/:app_resource_type_id/resources/:app_resource_id", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "app_resource_type_id", "value": "", "type": "path" }, { "name": "app_resource_id", "value": "", "type": "path" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "List app entitlements associated with an app resource." }, { "info": { "name": "List For App User", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/entitlements/users/:app_user_id", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "app_user_id", "value": "", "type": "path" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "List app entitlements associated with an app user." }, { "info": { "name": "Search App Entitlements For App User", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/search/apps/:app_id/entitlements/users/:app_user_id", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "app_user_id", "value": "", "type": "path" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "Invokes the c1.api.app.v1.AppEntitlementSearchService.SearchAppEntitlementsForAppUser method." }, { "info": { "name": "Search", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/search/entitlements", "body": { "type": "json", "data": "{}" } }, "docs": "Search app entitlements based on filters specified in the request body." }, { "info": { "name": "Search Grants", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/search/grants", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.app.v1.AppEntitlementSearchService.SearchGrants method." } ] } ], "bundled": true }