User
The user endpoint allows you to create and update application users.
appId
string
The id of the application that the user belongs to.
externalId
string
In combination with your application id this attribute uniquely identifies an application user. It is recommended to set this to be the primary key of the user in your app.
email
string
The email for the user.
emailPreferences
string enum
A string enum representing the email preferences of the user. Possible values are
ALL_EMAILS
or NO_NOTIFICATIONS
.post
https://app.noftifly.io
/api/user
Create user
patch
https://app.noftifly.io
/api/user
Update a user
Last modified 3yr ago