SDK Explorer

Creates a new user.

Parameters
input
object
Required

Represents the input parameters for creating a user.

userId
string
Required

The unique identifier generated by your system for the user.

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