Users
Retrieve a user
Retrieves the user with the given ID.
GET
/
users
/
{user_id}
Path Parameters
The unique identifier of the user
Response
200 - application/json
<p>Represents a user of your project.</p>
The unique identifier of the user
The type of the User
object
Available options:
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