SDK Explorer

Retrieves a user by ID.

Parameters
input
object
Required

Represents the input parameters for fetching a user.

userId
string
Required

The unique identifier generated by your system for the user.

Example
1const response = await client.getUser({
2  userId: 'user-id',
3})
4console.log(response.data?.user)
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.