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.
https://api.citrixonline.com/identity/v1
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://developer.citrixonline.com
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
36%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | /Groups |
Get Groups |
| POST | /Groups |
Create Group |
| DELETE | /Groups/{groupKey} |
Delete Group |
| GET | /Groups/{groupKey} |
Get Group |
| PATCH | /Groups/{groupKey} |
Update Group |
| PUT | /Groups/{groupKey} |
Replace Group |
| GET | /Schemas/Users |
Get User Schema |
| GET | /ServiceProviderConfigs |
Get Service Provider Configurations |
curl -X GET 'https://api.citrixonline.com/identity/v1/Groups' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official SCIM documentation.