added
Retrieve a given app User and change their role from the API
October 2nd, 2024
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
tomember
or frommember
toadmin
with the PATCH /users{userId} endpoint.
For more details, visit our documentation.