{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict AppUsers API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AppUsers", "type": "folder" }, "items": [ { "info": { "name": "List", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/app_users", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "Invokes the c1.api.app.v1.AppUserService.List method." }, { "info": { "name": "List App User Credentials", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/app_users/:app_user_id/credentials", "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.AppUserService.ListAppUserCredentials method." }, { "info": { "name": "List App Users For User", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_id/users/:user_id/app_users", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "path" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "Invokes the c1.api.app.v1.AppUserService.ListAppUsersForUser method." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/apps/:app_user_app_id/app_users/:app_user_id", "params": [ { "name": "app_user_app_id", "value": "", "type": "path" }, { "name": "app_user_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an app user by ID. Only the fields specified in the update mask are updated.\n Currently, only the appUserType, and identityUserId fields can be updated." }, { "info": { "name": "Search", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/search/app_users", "body": { "type": "json", "data": "{}" } }, "docs": "Search app users based on filters specified in the request body." } ] } ], "bundled": true }