{ "opencollection": "1.0.0", "info": { "name": "CubeSigner Account AuthMigration API", "version": "v0.1.0" }, "items": [ { "info": { "name": "AuthMigration", "type": "folder" }, "items": [ { "info": { "name": "Associate an OIDC identity with an arbitrary user in org .", "type": "http" }, "http": { "method": "POST", "url": "https://gamma.signer.cubist.dev/v0/org/:org_id/auth_migration/add_identity", "params": [ { "name": "org_id", "value": "Org#124dfe3e-3bbd-487d-80c0-53c55e8ab87a", "type": "path", "description": "Name or ID of the desired Org" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Associate an OIDC identity with an arbitrary user in org ." }, { "info": { "name": "Dissociate an OIDC identity from an arbitrary user in org .", "type": "http" }, "http": { "method": "POST", "url": "https://gamma.signer.cubist.dev/v0/org/:org_id/auth_migration/remove_identity", "params": [ { "name": "org_id", "value": "Org#124dfe3e-3bbd-487d-80c0-53c55e8ab87a", "type": "path", "description": "Name or ID of the desired Org" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Dissociate an OIDC identity from an arbitrary user in org ." }, { "info": { "name": "Update existing users' profiles. Currently supports only (re)setting emails.", "type": "http" }, "http": { "method": "POST", "url": "https://gamma.signer.cubist.dev/v0/org/:org_id/auth_migration/update_users", "params": [ { "name": "org_id", "value": "Org#124dfe3e-3bbd-487d-80c0-53c55e8ab87a", "type": "path", "description": "Name or ID of the desired Org" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update existing users' profiles. Currently supports only (re)setting emails." } ] } ], "bundled": true }