# SCIM **Provider:** SCIM **Category:** auth **Base URL:** `https://api.citrixonline.com/identity/v1` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.citrixonline.com ## Description The SCIM API lets you manage users in your organization. You can then automate the provisioning of product licenses for these users, and they can use your company's Single Sign-On solution through an Identity Provider. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.citrixonline.com/identity/v1/Groups` | Get Groups | | POST | `https://api.citrixonline.com/identity/v1/Groups` | Create Group | | DELETE | `https://api.citrixonline.com/identity/v1/Groups/{groupKey}` | Delete Group | | GET | `https://api.citrixonline.com/identity/v1/Groups/{groupKey}` | Get Group | | PATCH | `https://api.citrixonline.com/identity/v1/Groups/{groupKey}` | Update Group | | PUT | `https://api.citrixonline.com/identity/v1/Groups/{groupKey}` | Replace Group | | GET | `https://api.citrixonline.com/identity/v1/Schemas/Users` | Get User Schema | | GET | `https://api.citrixonline.com/identity/v1/ServiceProviderConfigs` | Get Service Provider Configurations | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.citrixonline.com/identity/v1/Groups' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/scim/) — CC BY 4.0*