SnowPass
Generated

Ensure User

POST
/v1/users

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

*/*

curl -X POST "https://example.com/v1/users" \  -H "Content-Type: application/json" \  -d '{}'
{  "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",  "externalUserId": "string",  "created": true}