Update a user
Updates the properties of the specified user. Only the provided properties will be updated. Any properties not provided will be left unchanged.
Path Parameters
The unique identifier of the user
Body
The data with which a user is updated.
The first name of the user.
The last name of the user.
Response
The unique identifier of the user
The type of the User
object
user
The time at which the object was created, measured in milliseconds since the Unix epoch
A string that uniquely identifies the user within your project. Ensure that this is the ID that you use to identify the user in your system e.g. database ID, Firebase Auth ID etc. Failing to do so may cause unexpected bugs and errors in your application.
The first name of the user.
The last name of the user.
Whether the user exists in live mode. This will be false
if the user is a test user.
The time at which the object was last updated, measured in milliseconds since the Unix epoch