Microweb only supports POST requests. So as long as we're using that, we need to have everything as POST.
This is the first step. Only shows name and email so far (because we don't have more data). Was necessary to change the request type of the list request to POST because it is not supported by microweb to have GET requests.
This only renders an empty page but already has a navItem for ocis-web integration.