idm-controller Endpoints (TENANT-MANAGEMENT)
The endpoints of the Identity Management Controller (idm-controller) provide an interface for retrieving user and role information from the connected identity provider.
They are provided by the TENANT-MANAGEMENT service.
In the default configuration, the endpoints are available for any user logged-in to yuuvis® Momentum.
HTTP Method as of product version | Purpose | Response Format | Description |
---|---|---|---|
GET 2021 Winter | whoAmI | JSON | Retrieves the representation of the currently logged-in user. |
GET 2021 Winter | getUsers | JSON | Retrieves a list of all users within the same tenant as the currently logged-in user. |
GET 2021 Winter | getUsersByRole | JSON | Retrieves a list of users that have the specified |
GET 2021 Winter | getUserInfo | JSON | Retrieves the representation of the user specified by |
GET 2022 Spring | getRoles | JSON | Gets all roles of the tenant of the requesting user. |