Deskhero Developer Hub
Back to deskhero.com
User invites

Initiate verify

Landing point for the link in an invite email: the invite id, code and hash from the query string are stored in a short-lived cookie and the browser is redirected to the re-login flow, so nothing is accepted yet. The invite is settled after the recipient has signed in, and only the accept action completes there, a link carrying any other action is rejected as invalid.

GET /api/sys/v{version:apiVersion}/user_invites/initiate_verify
Authorisation
No authentication needed

Request arguments

Name Type Source
inputDTO_email_verifyQuery
Request body example

Response

Status
0 (0)
Type
ActionResult
Wrapper
Other statuses
Response body example
DTO_email_verify
NameTypeReadOnlyDescription
idInt32Id
tidInt32Tenant Id Optional
codeStringCode
hashStringHash
actionENUM email_verify_actionAction
ENUM email_verify_action
ValueNameDescription
0UNKNOWNUNKNOWN
1ACCEPTACCEPT
2DENYDENY

Generated Aug 4, 2026 18:37