{ "opencollection": "1.0.0", "info": { "name": "Multi-Apps Overview Account Invitations User Emails Policy API", "version": "1.0" }, "items": [ { "info": { "name": "User Emails Policy", "type": "folder" }, "items": [ { "info": { "name": "Get User Emails Policy", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/configurations/v1/user-emails-policy", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get information about the user emails policy. An environment token is required for this route." }, { "info": { "name": "Create or Update User Emails Policy", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/configurations/v1/user-emails-policy", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Enable or disable the ability to change user emails. An environment token is required for this route." } ] } ], "bundled": true }