User invites / Initiate verify
Respond to tenants user invite (will get here from email)
Route: /api/sys/v{version:apiVersion}/user_invites/initiate_verify
Method: GET
Authorisation: No authentication needed
Response object
Response status: 0 (0)
Response type: ActionResult
Other response statuses:
Response body example
DTO_email_verify
Name | Type | ReadOnly | Description |
---|---|---|---|
id | Int32 | Id | |
tid | Int32 | Tenant Id Optional | |
code | String | Code | |
hash | String | Hash | |
action | ENUM email_verify_action | Action |
ENUM email_verify_action
Value | Name | Description |
---|---|---|
0 | UNKNOWN | UNKNOWN |
1 | ACCEPT | ACCEPT |
2 | DENY | DENY |