Added

Retrieve a given app User and change their role from the API

It’s now possible to:

  • Retrieve a given User by providing a User ID with the GET /users/{userId} endpoint.
  • Change a User’s role from admin to member or from member to admin with the PATCH /users{userId} endpoint.

For more details, visit our documentation.