Overview
This command in the IAM adapter, is used to query for one or more users from PAL. The user is required in order to be able to login to the system.
There are two queries, one to get a specific user by supplying PAL-id, and one which gets all by filter.
The GET /users/{userId} endpoint allows you to select if you wish to include which groups the users is member of or not. You also need to provide the PAL id of the user, this is a text string. The ID can be a GUID but it is not required to be. Forinstance when using External Providers it will not be a GUID.
The GET /users endpoint will either list all users, or allow you to filter ?email=nenne@mitthem.net. It also includes the possibility to provide which groups the user is member of.