Method: CompleteInviteAndSignIn

Controller: User

Used for invite-led user account creation. This method allows the new User to set a password and signin. Confirmation code is provided by email prior to call, so no need for a second visual auth step.

Request Path: POST /user/completeInviteAndSignIn

Authentication

Requires Primary Auth: FALSE
Requires Secondary Auth: FALSE
Requires Confirmed Email: NOT_SPECIFIED

Allowed User Roles

any

Request Information

Allowed Request Formats

application/json


Header Parameters

None


Route Parameters

None


Body Parameters

None


Form Parameters

None


Query/URI Parameters

None



Response Information

Allowed Response Formats

application/json

Response Type(s)
HTTP Code Type
200 = OK

List<BearerToken>

400 = BadRequest

ProblemDetails

404 = NotFound

ProblemDetails

401 = Unauthorized

ProblemDetails

403 = Forbidden

ProblemDetails

500 = InternalServerError

ProblemDetails