Sessions and passwords
Request join
RequestJoin asks an Admin for an account. It is how a Visitor gets in when public signup is off, which is the default.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/api/v1/auth/join-requests" \ -H "Content-Type: application/json" \ -d '{}'{ "requestUid": "string"}Replace password
ReplacePassword sets a new password for the signed-in Member. A Member who was given a temporary password must call this before they can use Nooks.
Request password reset
RequestPasswordReset asks an Admin to unlock an account. Nooks sends no email, so the Admin checks it is really them however they like, then approves.