Skip to main content
Weavr API
Setup

Accept a user invitation

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: on the Sandbox Environment, the inviteCode is always set to "123456".

Request

Header parameters

Path parameters

Request body

*
application/json
{}
objectobject · 3 fields

Responses

200OK

Success

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