Update user globally

This route updates a user’s information globally, not just for a specific tenant. Send the user’s ID as a path params to declare which user. Send the updated user values in the PUT body. The PUT request does a complete update of the resource, so include values for all the body params that you want to have values. This is a global update, so do not send a frontegg-tenant-id header.

Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!