Skip to main content
Weavr Multi Product API
Authorised Users

Consume a user invite

POST/users/{user_id}/invite/consume

Consumes an invitation perviously sent to the user via userInviteSend. This is needed so that the invited user sets up the password.

Note that on the Sandbox Environment, the inviteCode is always set to "123456".

Request

Header parameters

Path parameters

Request body

*
application/json
{}
objectobject · 2 fields

Responses

200OK

Success

Headers
Body
application/json
{}
TokenResponseTokenResponse · object · 1 field
Response example
{  "token": "string"}