S

SCIM

by SCIM Free tier

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.

authcitrixonline

Quick Reference

Base URL 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
Pricing
28
Latency
0
Depth
68

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://api.citrixonline.com/identity/v1/Groups' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official SCIM documentation.