SCIM API
SCIM 2.0-compliant API for user management with OAuth 2.0 authentication. Supports user creation, retrieval, update, and deletion operations.
This API provides a bridge between SCIM 2.0 protocol and Indeed's internal identity services, with support for employer organization management and role-based access control.
Authentication
All SCIM endpoints require OAuth 2.0 two-legged authentication using the client credentials grant type (2-legged OAuth).
Content types
SCIM endpoints use application/scim+json content type, per the SCIM 2.0 specification.
Rate limiting
API requests are subject to rate limiting. Check response headers for rate limit information.
Error handling
All errors follow SCIM 2.0 error response format with appropriate HTTP status codes.
Authentication
- OAuth 2.0: OAuth2
OAuth 2.0 client credentials flow for service-to-service authentication
Security Scheme Type: | oauth2 |
|---|---|
OAuth Flow (clientCredentials): | Token URL: /oauth/token Scopes: |
Contact
Indeed FIM Team: fim-team@indeed.com
License
Proprietary