The REST-API can access user informations like profile picture, e-mail address, title and membership to groups and organizations so apps can easily incorporate those informations into their business logic.
The documentation of the microservice is entirely created from it’s own source code: Possible routes and their parameters using Python-decorators and introspection of the function’s type-annotations similar to the not yet existing FastAPI.