v2
latestOpenAPI 3.0.02026-08-073221853.1 MBUsers
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"
}
}