Get user by ID
https://api.example.com/v1/users/{userId}
Retrieve a specific user by their ID
Path parameters
userIdstringRequired
The user ID
Response
Successful response
idstringRequiredemailstringRequiredfirstNamestringRequiredlastNamestringRequiredrolestringRequireduserstringadminstringmoderatorstringisActivebooleanRequiredcreatedAtstringRequiredupdatedAtstringRequired
Unique identifier for the user
User's email address
User's first name
User's last name
User's role in the system
Whether the user account is active
When the user was created
When the user was last updated
Built with