This will allow the frontend to display data about organizations when displaying a user or a list of users.
This provides a way to get information about the organization and update their name for administrators.
To improve readability and code sharing we group all APIs into the same "api" module for each application. Next submodules might be "scim", "resource_server_scim", ... The only shared module is the "permissions" one for now.