{"files":{"SKILL.md":"---\nname: scim-provisioning-overview\ndescription: \"SCIM Provisioning Overview API skill. Use when working with SCIM Provisioning Overview for resources. Covers 5 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# SCIM Provisioning Overview\nAPI version: 1.0\n\n## Auth\nBearer bearer\n\n## Base URL\nhttps://api.frontegg.com/directory\n\n## Setup\n1. Set Authorization header with Bearer token\n2. GET /resources/v1/configurations/scim2 -- get all scim configurations\n3. POST /resources/v1/configurations/scim2 -- create first scim2\n\n## Endpoints\n5 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Resources\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /resources/v1/configurations/scim2 | Get all SCIM configurations |\n| POST | /resources/v1/configurations/scim2 | Create a SCIM configuration |\n| GET | /resources/v1/configurations/scim2/{id} | Get a SCIM configuration by ID |\n| PATCH | /resources/v1/configurations/scim2/{id} | Update a SCIM configuration |\n| DELETE | /resources/v1/configurations/scim2/{id} | Delete a SCIM configuration |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all scim2?\" -> GET /resources/v1/configurations/scim2\n- \"Create a scim2?\" -> POST /resources/v1/configurations/scim2\n- \"Get scim2 details?\" -> GET /resources/v1/configurations/scim2/{id}\n- \"Partially update a scim2?\" -> PATCH /resources/v1/configurations/scim2/{id}\n- \"Delete a scim2?\" -> DELETE /resources/v1/configurations/scim2/{id}\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api SCIM Provisioning Overview\n@base https://api.frontegg.com/directory\n@auth Bearer bearer\n@endpoints 5\n@toc resources(5)\n\n@endpoint GET /resources/v1/configurations/scim2\n@desc Get all SCIM configurations\n@optional {tenantId: str, source: str, connectionName: str, id: str}\n@returns(200) List of SCIM configurations. Vendor only endpoint\n\n@endpoint POST /resources/v1/configurations/scim2\n@desc Create a SCIM configuration\n@required {source: str(frontegg/okta/azure-ad/other)}\n@optional {frontegg-tenant-id: str # The account (tenant) ID identifier, connectionName: str, syncToUserManagement: bool}\n@returns(201) {id: str, connectionName: str, token: str}\n\n@endpoint GET /resources/v1/configurations/scim2/{id}\n@desc Get a SCIM configuration by ID\n@required {id: str}\n@optional {frontegg-tenant-id: str # The account (tenant) ID identifier}\n@returns(200) {id: str, tenantId: str, connectionName: str, source: str, syncToUserManagement: bool, lastSync: str(date-time)?, createdAt: str(date-time)}\n\n@endpoint PATCH /resources/v1/configurations/scim2/{id}\n@desc Update a SCIM configuration\n@required {id: str, syncToUserManagement: bool}\n@optional {frontegg-tenant-id: str # The account (tenant) ID identifier}\n@returns(204)\n\n@endpoint DELETE /resources/v1/configurations/scim2/{id}\n@desc Delete a SCIM configuration\n@required {id: str}\n@optional {frontegg-tenant-id: str # The account (tenant) ID identifier}\n@returns(204)\n\n@end\n"}}