Users
Get user by ID
get/console/v1/users/id/{id}
Path parameters
idstring required
id
Response
Get user response
Example response
{
"message": "User read successfully.",
"data": {
"userID": "5sgBiiuoBX4fscrWdCXVma",
"email": "test@statsig.com",
"firstName": "test",
"lastName": "user",
"role": "admin"
}
}Changes
No recorded changes to this endpoint across all 8 revisions of this API.