{ "opencollection": "1.0.0", "info": { "name": "Openpath API Documentation auth orgs/identityProviders API", "version": "1.0.0" }, "items": [ { "info": { "name": "orgs/identityProviders", "type": "folder" }, "items": [ { "info": { "name": "List all identity providers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/orgs/:orgId/identityProviders", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "filter", "value": "", "type": "query" }, { "name": "preFilter", "value": "", "type": "query" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-account:r,o{params.orgId}-account:w,o{params.orgId}-admin:r,o{params.orgId}-admin:w,o{params.orgId}-advancedOxygenReports:r,o{params.orgId}-advancedOxygenReports:w,o{params.orgId}-alarmActions:w,o{params.orgId}-alarmConfigurations:r,o{params.orgId}-alarmConfigurations:w,o{params.orgId}-alertSettings:r,o{params.orgId}-alertSettings:w,o{params.orgId}-badgePrinting:r,o{params.orgId}-badgePrinting:w,o{pa" }, { "info": { "name": "Describe an identity provider", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/orgs/:orgId/identityProviders/:identityProviderId", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "identityProviderId", "value": "", "type": "path" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o{params.orgId}-user:r,o:w,o:r,s-o:w,s-o:r

__Endpoint name__: describeIdentityProvider" }, { "info": { "name": "Describe an identity provider's group relations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/orgs/:orgId/identityProviders/:identityProviderId/groupRelations", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "identityProviderId", "value": "", "type": "path" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o{params.orgId}-user:r,o{params.orgId}-integrations:w,o{params.orgId}-integrations:r,o:w,o:r,s-o:w,s-o:r

__Endpoint name__: getIdentityProviderGroupRelations" }, { "info": { "name": "Set an identity provider's group relations", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/orgs/:orgId/identityProviders/:identityProviderId/groupRelations", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "identityProviderId", "value": "", "type": "path" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o{params.orgId}-integrations:w,o:w,s-o:w

__Endpoint name__: setIdentityProviderGroupRelations" }, { "info": { "name": "List an identity provider's groups", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/orgs/:orgId/identityProviders/:identityProviderId/groups", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "identityProviderId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o{params.orgId}-user:r,o{params.orgId}-integrations:w,o{params.orgId}-integrations:r,o:w,o:r,s-o:w,s-o:r

__Endpoint name__: listIdentityProviderGroups" }, { "info": { "name": "Sync users", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/orgs/:orgId/identityProviders/:identityProviderId/syncUsers", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "identityProviderId", "value": "", "type": "path" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o{params.orgId}-integrations:w,o:w,s-o:w

__Endpoint name__: syncUsersIdentityProvider" }, { "info": { "name": "Generate OAuth2 authorize URL", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/orgs/:orgId/identityProviders/:identityProviderId/oauth2/authorize", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "identityProviderId", "value": "", "type": "path" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o{params.orgId}-integrations:w

__Endpoint name__: getIdentityProviderAuthUrl" }, { "info": { "name": "Add a group relation to an identity provider", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/orgs/:orgId/identityProviders/:identityProviderId/groupRelation", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "identityProviderId", "value": "", "type": "path" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-admin:w,o{params.orgId}-user:w,o{params.orgId}-integrations:w,o:w,s-o:w

__Endpoint name__: setIdentityProviderGroupRelation" }, { "info": { "name": "Remove a group relation from an identity provider", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/orgs/:orgId/identityProviders/:identityProviderId/groupRelation", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "identityProviderId", "value": "", "type": "path" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-admin:w,o{params.orgId}-user:w,o{params.orgId}-integrations:w,o:w,s-o:w

__Endpoint name__: deleteIdentityProviderGroupRelation" }, { "info": { "name": "Set an identity provider's user custom fields mapping", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/orgs/:orgId/identityProviders/:identityProviderId/userCustomMapping", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "identityProviderId", "value": "", "type": "path" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o{params.orgId}-integrations:w,o:w,s-o:w

__Endpoint name__: setIdentityProviderUserCustomFieldsMapping" }, { "info": { "name": "Inactivate an identity provider and all associated identities and users", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/orgs/:orgId/identityProviders/:identityProviderId/inactivate", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "identityProviderId", "value": "", "type": "path" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-integrations:w,o{params.orgId}-user:w,o:w,s-o:w

__Endpoint name__: inactivateIdentityProvider" } ] } ], "bundled": true }