Spotfire® Server and Environment - Installation and Administration

User and group schemas for SCIM

The SCIM specification is designed to make managing user identities in cloud-based applications and services easier. SCIM does that by providing a common schema (with an extension model) and a defined service protocol.

Spotfire Server supports the core schemas and protocol listed in the table below. For a list of supported user and group attributes, see Supported attributes for user and group schemas.

Important: You cannot use Users & Groups in the the Spotfire Server administration UI to update or delete any users, groups, or group memberships that are created from the SCIM APIs.

Schemas and protocol

urn:ietf:params:scim:schemas:core:2.0:User
urn:ietf:params:scim:schemas:core:2.0:Group
urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig
Operation Resource / Attribute
POST /api/scim/v2/:domain/Users
GET /api/scim/v2/:domain/Users
GET /api/scim/v2/:domain/Users/:Id
PUT /api/scim/v2/:domain/Users/:Id
PATCH /api/scim/v2/:domain/Users/:Id
DELETE /api/scim/v2/:domain/Users/:Id
POST /api/scim/v2/:domain/Groups
GET /api/scim/v2/:domain/Groups
GET /api/scim/v2/:domain/Groups/:Id
PUT /api/scim/v2/:domain/Groups/:Id
PATCH /api/scim/v2/:domain/Groups/:Id
DELETE /api/scim/v2/:domain/Groups/:Id
GET /api/scim/v2/:domain/ServiceProviderConfig
GET /api/scim/v2/:domain/Schemas