Overview
You can manage user accounts with the SCIM protocol, that is supported by many identity providers.
Fairjungle supports:
- User creation (RFC 7644 - 3.3)
- User retrieving (RFC 7644 - 3.4.1)
- Users querying (RFC 7644 - 3.4.2)
- Users querying with HTTP POST (RFC 7644 - 3.4.3)
- User replacement (RFC 7644 - 3.5.1)
- User patching (RFC 7644 - 3.5.2)
- User deletion (RFC 7644 - 3.6)
info
Groups operations endpoints are implemented, but there is no notion of group in fairjungle for now.
warning
Bulk Operations and /Me endpoints are not supported for now.