Truztcube Docs
API ReferenceAuthentication

Activate an admin invite and create the team member account

Used by invited team members to set their password and activate their account. Token has a 24-hour TTL.

POST/v1/auth/admin/accept-invite

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/v1/auth/admin/accept-invite" \  -H "Content-Type: application/json" \  -d '{    "token": "abc123...",    "email": "jane@harmonizedx.com",    "password": "SecurePass123!"  }'
Empty
Empty
Empty