put https://api.frontegg.com/identity/resources/users/v1/
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.