Create a user
Use this endpoint to create a team member (user) record
Other
swirls add c19qrserver …Use this endpoint to create a team member (user) record
Delete a signin record
To preserve referential integrity in the database, the user account will not be deleted from the database. Rather, the password will be set to the empty string, effectively preventing that user from logging in. Furthermore, all active sessions for that user will be deleted, as will any password reset tokens.
Returns a list of signin objects sorted by signin ID descending.
Log out by deleting your token off the server.
Create a new signin record
Retrieve the information associated with a signin record
Retrieve the information associated with a user's account
Retrieve the information associated with all team members' user records
Update a signin record
Pass in your old password and your new password
The admin should run this on behalf of a user who forgot their password. The API will generate a password reset code which the admin should then provide to the user. The user can use their client to reset their password. Normally the password reset code is mailed to the user, but I didn't want to do this in this case because I didn't want to introduce the complicated dependency of having an SMTP server just for this purpose. Doing it this way makes it easy for people to adopt this API.
Another endpoint will generate a password reset code for you. You should use the client app to submit the reset code along with the new password to change your password.
Tell us which provider you need, and we will ship it in the registry.
Point swirls add at an OpenAPI or GraphQL spec. Typed actions for any API you hold credentials for, today.