{ "opencollection": "1.0.0", "info": { "name": "Multi-Apps Overview Account Invitations User Pools API", "version": "1.0" }, "items": [ { "info": { "name": "User Pools", "type": "folder" }, "items": [ { "info": { "name": "Get Vendor User Sources", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/user-sources/v1", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve all user sources configured for your environment.\n\nA valid environment token is required to call this endpoint." }, { "info": { "name": "Get Vendor User Source", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/user-sources/v1/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a user source by ID.\n\nA valid environment token is required to call this endpoint." }, { "info": { "name": "Delete User Source", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.frontegg.com/applications/resources/user-sources/v1/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a user source.\n\nA valid environment token is required to call this endpoint." }, { "info": { "name": "Create Auth0 External User Source", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/user-sources/v1/external/auth0", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new external user source.\n\nA valid environment token is required to call this endpoint." }, { "info": { "name": "Create Cognito External User Source", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/user-sources/v1/external/cognito", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new external user source.\n\nA valid environment token is required to call this endpoint." }, { "info": { "name": "Create Firebase External User Source", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/user-sources/v1/external/firebase", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new external user source.\n\nA valid environment token is required to call this endpoint." }, { "info": { "name": "Create Custom-Code External User Source", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/user-sources/v1/external/custom-code", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new external user source.\n\nA valid environment token is required to call this endpoint." }, { "info": { "name": "Create Federation User Source", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/user-sources/v1/federation", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new federation user source.\n\nA valid environment token is required to call this endpoint." }, { "info": { "name": "Update Auth0 External User Source", "type": "http" }, "http": { "method": "PUT", "url": "https://api.frontegg.com/applications/resources/user-sources/v1/external/auth0/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an external user source.\n\nA valid environment token is required to call this endpoint." }, { "info": { "name": "Update Cognito External User Source", "type": "http" }, "http": { "method": "PUT", "url": "https://api.frontegg.com/applications/resources/user-sources/v1/external/cognito/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an external user source.\n\nA valid environment token is required to call this endpoint." }, { "info": { "name": "Update Firebase External User Source", "type": "http" }, "http": { "method": "PUT", "url": "https://api.frontegg.com/applications/resources/user-sources/v1/external/firebase/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an external user source.\n\nA valid environment token is required to call this endpoint." }, { "info": { "name": "Update Custom-Code External User Source", "type": "http" }, "http": { "method": "PUT", "url": "https://api.frontegg.com/applications/resources/user-sources/v1/external/custom-code/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an external user source.\n\nA valid environment token is required to call this endpoint." }, { "info": { "name": "Update Federation User Source", "type": "http" }, "http": { "method": "PUT", "url": "https://api.frontegg.com/applications/resources/user-sources/v1/federation/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a federation user source.\n\nA valid environment token is required to call this endpoint." }, { "info": { "name": "Assign Applications to a User Source", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/user-sources/v1/assign", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Assign applications to a user source.\n\nA valid environment token is required to call this endpoint." }, { "info": { "name": "Unassign Applications From a User Source", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/user-sources/v1/unassign", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Unassign applications from a user source.\n\nA valid environment token is required to call this endpoint." }, { "info": { "name": "Get User Source Users", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/user-sources/v1/:id/users", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve all users of a user source.\n\nA valid environment token is required to call this endpoint." } ] } ], "bundled": true }