Citrixonline Scim
Connector for the citrixonline-scim API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.citrixonline.com/identity/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getgroups— GET /Groups — Get Groupsgetgroup— GET /Groups/{groupKey} — Get Groupgetuserschema— GET /Schemas/Users — Get User Schemagetserviceproviderconfigs— GET /ServiceProviderConfigs — Get Service Provider Configurationsgetusers— GET /Users — Get Usersgetme— GET /Users/me — Get Current User
Inputs
apiKey— your citrixonline-scim API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getgroups
apiKey: <your key>