{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict User API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Search", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/search/users", "body": { "type": "json", "data": "{}" } }, "docs": "Search users based on filters specified in the request body." }, { "info": { "name": "List", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/users", "params": [ { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "List users." }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a user by ID." }, { "info": { "name": "Get User Profile Types", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/users/:user_id/profile-types", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "Invokes the c1.api.user.v1.UserService.GetUserProfileTypes method." }, { "info": { "name": "Set Expiring User Delegation Binding By Admin", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/users/:user_id/set-delegation-by-admin", "params": [ { "name": "user_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.user.v1.UserService.SetExpiringUserDelegationBindingByAdmin method." } ] } ], "bundled": true }