Skip to main content
Weavr API
Setup

Invite a user to set a password

POST/users/{user_id}/invite

Sends the user identified by the user_id path parameter an invitation email so they can set their password for the first time.

A user created with Register a user has no password until they accept an invitation. The email carries a URL with everything needed to set one, and stays valid for 1 month. Your application consumes the invite with Accept a user invitation.

To give a user that already exists on another identity access to your identity, use Link an existing user to your identity instead. Their password is already set, so no invitation is needed.

Request

Available on
SandboxProduction

Header parameters

Path parameters

Responses

204No Content

Success - No Content.

Headers