{ "opencollection": "1.0.0", "info": { "name": "Stytch B2B Authentication Application B2B SCIM API", "version": "2.0.0" }, "items": [ { "info": { "name": "B2B SCIM", "type": "folder" }, "items": [ { "info": { "name": "Getgroups", "type": "http" }, "http": { "method": "GET", "url": "https://api.stytch.com/v1/b2b/scim/:organization_id/connection/:connection_id", "headers": [ { "name": "X-Stytch-Member-Session", "value": "" }, { "name": "X-Stytch-Member-SessionJWT", "value": "" } ], "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Globally unique UUID that identifies a specific Organization. The `organization_id` is critical to perform operations on an Organization, so be sure to preserve this value. You may also use the organization_slug or organization_external_id here as a convenience." }, { "name": "connection_id", "value": "", "type": "path", "description": "The ID of the SCIM connection." }, { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Gets a paginated list of all SCIM Groups associated with a given Connection." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PUT", "url": "https://api.stytch.com/v1/b2b/scim/:organization_id/connection/:connection_id", "headers": [ { "name": "X-Stytch-Member-Session", "value": "" }, { "name": "X-Stytch-Member-SessionJWT", "value": "" } ], "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Globally unique UUID that identifies a specific Organization. The `organization_id` is critical to perform operations on an Organization, so be sure to preserve this value. You may also use the organization_slug or organization_external_id here as a convenience." }, { "name": "connection_id", "value": "", "type": "path", "description": "The ID of the SCIM connection." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a SCIM Connection." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stytch.com/v1/b2b/scim/:organization_id/connection/:connection_id", "headers": [ { "name": "X-Stytch-Member-Session", "value": "" }, { "name": "X-Stytch-Member-SessionJWT", "value": "" } ], "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Globally unique UUID that identifies a specific Organization. The `organization_id` is critical to perform operations on an Organization, so be sure to preserve this value. You may also use the organization_slug or organization_external_id here as a convenience." }, { "name": "connection_id", "value": "", "type": "path", "description": "The ID of the SCIM connection." } ] }, "docs": "Deletes a SCIM Connection." }, { "info": { "name": "Rotatestart", "type": "http" }, "http": { "method": "POST", "url": "https://api.stytch.com/v1/b2b/scim/:organization_id/connection/:connection_id/rotate/start", "headers": [ { "name": "X-Stytch-Member-Session", "value": "" }, { "name": "X-Stytch-Member-SessionJWT", "value": "" } ], "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Globally unique UUID that identifies a specific Organization. The `organization_id` is critical to perform operations on an Organization, so be sure to preserve this value. You may also use the organization_slug or organization_external_id here as a convenience." }, { "name": "connection_id", "value": "", "type": "path", "description": "The ID of the SCIM connection." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Start a SCIM token rotation." }, { "info": { "name": "Rotatecomplete", "type": "http" }, "http": { "method": "POST", "url": "https://api.stytch.com/v1/b2b/scim/:organization_id/connection/:connection_id/rotate/complete", "headers": [ { "name": "X-Stytch-Member-Session", "value": "" }, { "name": "X-Stytch-Member-SessionJWT", "value": "" } ], "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Globally unique UUID that identifies a specific Organization. The `organization_id` is critical to perform operations on an Organization, so be sure to preserve this value. You may also use the organization_slug or organization_external_id here as a convenience." }, { "name": "connection_id", "value": "", "type": "path", "description": "The ID of the SCIM connection." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Completes a SCIM token rotation. This will complete the current token rotation process and update the active token to be the new token supplied in the [start SCIM token rotation](https://stytch.com/docs/b2b/api/scim-rotate-token-start) response." }, { "info": { "name": "Rotatecancel", "type": "http" }, "http": { "method": "POST", "url": "https://api.stytch.com/v1/b2b/scim/:organization_id/connection/:connection_id/rotate/cancel", "headers": [ { "name": "X-Stytch-Member-Session", "value": "" }, { "name": "X-Stytch-Member-SessionJWT", "value": "" } ], "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Globally unique UUID that identifies a specific Organization. The `organization_id` is critical to perform operations on an Organization, so be sure to preserve this value. You may also use the organization_slug or organization_external_id here as a convenience." }, { "name": "connection_id", "value": "", "type": "path", "description": "The ID of the SCIM connection." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Cancel a SCIM token rotation. This will cancel the current token rotation process, keeping the original token active." }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://api.stytch.com/v1/b2b/scim/:organization_id/connection", "headers": [ { "name": "X-Stytch-Member-Session", "value": "" }, { "name": "X-Stytch-Member-SessionJWT", "value": "" } ], "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Globally unique UUID that identifies a specific Organization. The `organization_id` is critical to perform operations on an Organization, so be sure to preserve this value. You may also use the organization_slug or organization_external_id here as a convenience." } ] }, "docs": "Get SCIM Connection." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.stytch.com/v1/b2b/scim/:organization_id/connection", "headers": [ { "name": "X-Stytch-Member-Session", "value": "" }, { "name": "X-Stytch-Member-SessionJWT", "value": "" } ], "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Globally unique UUID that identifies a specific Organization. The `organization_id` is critical to perform operations on an Organization, so be sure to preserve this value. You may also use the organization_slug or organization_external_id here as a convenience." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new SCIM Connection." } ] } ], "bundled": true }