idm-controller Endpoints (TENANT-MANAGEMENT)
The endpoints of the Identity Management Controller (idm-controller) provide an interface for user management within a logged-in user's own tenant.
They are provided by the TENANT-MANAGEMENT service.
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 |