idm-controller Endpoints
Endpoints of the Web-API gateway for user information and role retrieval.
The endpoints are used by the CLIENT Service that provides yuuvis® client as reference implementation.
HTTP Method as of product version | Purpose | Response Format | Description |
---|---|---|---|
GET as of 2023 Spring | getUserInfo | JSON | Retrieves user-specific data for the user specified by |
GET as of 2023 Spring | getUsers | JSON | Retrieves a list of all users. The result list can be filtered by applying conditions that have to be matched. |
GET as of 2023 Spring | whoAmI | JSON | This request retrieves the user information of the current logged in user. |
GET as of 2023 Spring | getRoles | JSON | This Request retrieves all roles matching the search string. (Technical roles are filtered out) |
GET as of 2023 Spring | searchUsersAndRoles | JSON | Retrieves all users and roles matching the search string. (current user, technical users, disabled users and technical roles are filtered out) |