API Documentation
API Discovery Root
Returns the SCIM service provider configuration from the root path...
Method: GET /
OAuth 2.0 Protected Resource Metadata
Returns metadata for OAuth 2.0 discovery (RFC 8707). This allows clients to discover how to authenticate with this specific resource....
Method: GET /.well-known/oauth-protected-resource
Get Service Provider Config
Returns the SCIM service provider configuration...
Method: GET /v2/ServiceProviderConfig
MCP Authentication Discovery
Returns 401 with WWW-Authenticate header to trigger authentication discovery for MCP clients (like Mistral). The response includes links to OAuth 2.0 ...
Method: GET /v2/mcp
MCP JSON-RPC Endpoint - Multi-method Model Context Protocol handler
Handles Model Context Protocol (MCP) JSON-RPC 2.0 requests. ### Supported MCP Methods - initialize: Initial handshake to exchange version and ca...
Method: POST /v2/mcp
Get the current user
Returns the SCIM representation of the currently authenticated user...
Method: GET /v2/me
Get a group or list of groups
Returns a group by ID or a list of groups based on SCIM filtering...
Method: GET /v2/Groups/
Delete a group
Deletes a group by ID...
Method: DELETE /v2/Groups/
Update a group
Updates a group resource using SCIM patch operations...
Method: PATCH /v2/Groups/
Get SCIM Resource Types
Returns the SCIM resource types supported by the API...
Method: GET /v2/ResourceTypes/
Get SCIM Schemas
Returns the SCIM schemas supported by the API...
Method: GET /v2/Schemas/
Get a user or list of users
Returns a user by ID or a list of users based on SCIM filtering...
Method: GET /v2/Users/
Delete a user
Deletes a user by ID...
Method: DELETE /v2/Users/
Replace a user
Replaces a user resource with the provided SCIM data...
Method: PUT /v2/Users/
Update a user
Updates a user resource using SCIM patch operations...
Method: PATCH /v2/Users/
Bulk User operations
Allows multiple SCIM User operations (create, update, delete) in a single request...
Method: POST /v2/Bulk
Create a new group
Creates a new group in the directory using SCIM format...
Method: POST /v2/Groups
Create a new user
Creates a new user in the directory using SCIM format...
Method: POST /v2/Users
Get Access Token
Exchanges a JWT assertion for an OAuth 2.0 access token (RFC 7523)...
Method: POST /v2/Login/Oauth2/Token
Update group logo
Updates the logo for a group...
Method: PUT /v2/Groups/{id}/Logo