ApiIdentityInviteResponseDto
Example
JSON
{ "id": "string", "email": "string", "intent": "activate", "first_name": "string", "last_name": "string", "name": "string", "role_id": "string", "node_id": "string", "environment_id": "string", "environment_name": "string", "has_initial_assignment": false, "status": "pending", "expires_at": "2026-04-20T12:00:00.000Z", "invited_by": "string", "created_at": "2026-04-20T12:00:00.000Z", "accept_url": "string" }
Properties
Final intent stamped on the invite at create time. `activate` is the auto-derived default for net-new identities; `add_to_app` is auto-derived when the email matches an existing account-level identity that has no membership in this App; `password_reset` is admin-explicit. `onboard` may appear on rows created before the rename.
Environment the invite targets, or null for a directory-only (account-tier) invite created with the Environment field left empty.
Display name of the target Environment, or null for a directory-only invite.
Tell us how we can improve this guide.