SDK Explorer
/
Creates a new user.
Represents the input parameters for creating a user.
The unique identifier generated by your system for the user.
1const response = await client.createUser({ 2 userId: 'user-id', 3}) 4console.log(response.status)