User invites / Revoke
Revoke a single user invite (invite must have status ACTIVE)
Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/user_invites/revoke
Method: PUT
Authorisation: Minimum role: ADMIN
Response object
Response status: 200 (OK)
Response type: DTO_acknowledgement
Wrapper: DTO_response_wrap_get_many
Other response statuses: 400 (BadRequest), 403 (Forbidden)
Response body example
DTO_user_invite_revoke
Name | Type | ReadOnly | Description |
---|---|---|---|
id | Int32 | Id |
DTO_acknowledgement
Name | Type | ReadOnly | Description |
---|---|---|---|
message | String | Message |