User invites
Revoke
Marks one still-active invite as revoked so the link in the email stops working, the invite row is kept for the record rather than deleted. An invite that is already accepted, declined, revoked or expired is refused, and the recipient is not notified.
PUT
/api/{tenant:minlength(2)}/v{version:apiVersion}/user_invites/revoke
Request arguments
| Name | Type | Source |
|---|---|---|
| input | DTO_user_invite_revoke | Body |
Request body example
Response
Response body example
DTO_user_invite_revoke
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37