Skip to main content
GET
/
tenant
/
{tenantId}
/
admin
/
user
/
invitations
{
  "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

Response

OK

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