Introduction
Xporter provides a school-scoped [SCIM 2.0](https://scim.cloud/) (System for Cross-domain Identity Management)
Obtain a bearer token
Authenticate and obtain a bearer token. Two credential delivery methods are supported:
Get all users
Returns all users (staff and students) for the authenticated school, with GDPR filtering applied.
Get a user by ID
Returns a single user by their SCIM `id`. The `id` must match a value returned
Get all groups
Returns all registration and teaching groups for the authenticated school,
Get a group by ID
Returns a single group by its SCIM `id`, including its GDPR-filtered member list.
Get service provider config
Returns the SCIM service provider capability declaration (RFC 7643 ยง5).
Get resource types
Returns the supported SCIM resource types.
Get schemas
Returns the SCIM attribute schemas for User and Group resources.