eduTEAMS
Waldur supports integration with the eduTEAMS identity service.
To enable it, please register a new client for Waldur deployment and set configuration settings for eduTEAMS. Check configuration guide for available settings.
Fetch user data using CUID of a user
A user's CUID is stored as their Waldur username, so you can fetch their permissions by
filtering on it: GET /api/user-permissions/?username=<CUID>. See
permissions for the response shape and the
other filters available.