📄️ List user schemas
List all matching user schemas. By default, we will return all user schema of your instance. Make sure to include a limit and sorting for pagination.
📄️ User schema by ID
Returns the user schema identified by the requested ID.
📄️ Delete a user schema
Delete an existing user schema. This operation is only allowed if there are no associated users to it.
📄️ Update a user schema
Update an existing user schema to a new revision. Users based on the current revision will not be affected until they are updated.
📄️ Create a user schema
Create the first revision of a new user schema. The schema can then be used on users to store and validate their data.
📄️ Deactivate a user schema
Deactivate an existing user schema and change it into a read-only state. Users based on this schema cannot be updated anymore, but are still able to authenticate.
📄️ Reactivate a user schema
Reactivate an previously deactivated user schema and change it into an active state again.