SDK Explorer
/
Retrieves a user by ID.
Represents the input parameters for fetching a user.
The unique identifier generated by your system for the user.
1const response = await client.getUser({ 2 userId: 'user-id', 3}) 4console.log(response.data?.user)