{ "opencollection": "1.0.0", "info": { "name": "Kinde Management API Keys Directories API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Directories", "type": "folder" }, "items": [ { "info": { "name": "Get SCIM directories", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.kinde.com/api/v1/directories", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "Number of results per page. Defaults to 50 if parameter not sent." }, { "name": "starting_after", "value": "", "type": "query", "description": "The ID of the directory to start after." }, { "name": "organization_code", "value": "", "type": "query", "description": "Filter by organization code to get directories for a specific organization." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of SCIM directories for your organization.\n\n
\n read:scim_directories\n
" }, { "info": { "name": "Create SCIM directory", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.kinde.com/api/v1/directories", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new SCIM directory for user and group synchronization.\n\n
\n create:scim_directories\n
" }, { "info": { "name": "Get SCIM directory", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.kinde.com/api/v1/directories/:directory_id", "params": [ { "name": "directory_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve SCIM directory details by ID.\n\n
\n read:scim_directories\n
" }, { "info": { "name": "Update SCIM directory", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.kinde.com/api/v1/directories/:directory_id", "params": [ { "name": "directory_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update SCIM directory configuration.\n\n
\n update:scim_directories\n
" }, { "info": { "name": "Delete SCIM directory", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.kinde.com/api/v1/directories/:directory_id", "params": [ { "name": "directory_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a SCIM directory and all associated data.\n\n
\n delete:scim_directories\n
" } ] } ], "bundled": true }