Create private data

Creates private user data for the caller. | (UserPrivateDataClientCreate1) -> (UserPrivateData1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
schema_versionintegerRequired
primary_email_addressstringOptionalformat: "email"
phone_numberstringOptional

Response

Successful Response
schema_versioninteger
created_at_timestampdatetime
user_idstring
_idstring
stripe_customer_idstring or null
primary_email_addressstring or nullformat: "email"
phone_numberstring or null
firebase_cloud_messaging_token_datalist of objects or null

Errors