Skip to main content
PUT
/
platform
/
admin
/
tenant
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "id": 123,
    "name": "<string>",
    "accountsCount": 123,
    "configurationsCount": 123,
    "walletsCount": 123,
    "pendingUsersCount": 123,
    "activeUsersCount": 123,
    "isEnabled": true,
    "firstAdminPendingEmail": "<string>"
  }
}

Body

id
integer
name
string | null
tenantAdminEmail
string | null
isEnabled
boolean
shouldBeDeleted
boolean
shouldResendInvitation
boolean

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object