Update user metadata or change user identifier.
Modify user attributes including custom metadata and the custom_user_id itself. When changing the custom_user_id, the new ID must not already exist in the project.
Path Parameters:
custom_user_id (str): Current unique identifier for the userBody Parameters:
new_custom_user_id (str): New user identifier to replace current one. Optionalnew_metadata (Dict[str, Any]): New metadata JSON object to replace current metadata. OptionalReturns:
user (UserInfo): Updated user object with new values