Skip to main content
PUT
/
tenant
/
{tenantId}
/
admin
/
user
/
invitation
/
cancel
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": [
    {
      "id": 123,
      "email": "<string>",
      "status": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Path Parameters

tenantId
integer
required

Query Parameters

id
integer

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object[] | null