Pre-Accept invitation check
GET
/auth/invitation/acceptLast modified: 4 days ago
This endpoint is used as a pre-acceptance endpoint to show if the invitation_token is valid and
to show the temp username is the token is valid.
Request
Query Params
invitation_token
string
required
Invitation token of the user
Request samples
Responses
OK(200)
Parameter Error(422)
HTTP Code: 200
Content Type : JSONapplication/json
user invited
Data Schema
object {0}
Example
{}
Last modified: 4 days ago