Skip to main content

Complete an invite by setting the first password

POST 

/auth/invite/complete

No token. One of the calls you make before you have one. Send X-Tenant-Code where the operation lists it — that is which tenant you are asking about, not proof of who you are.

Turns an emailed invite into a usable account by setting its first password.

Unauthenticated, because the token in the link is the authentication: 256 bits, single-use, short-lived, and stored only as a hash. Spending it clears the invite; the person then signs in at POST /auth/login like anyone else.

Request

Responses

OK