tenant-management
or tenant-admin
Gets the Tenant associated with the current API key.
OK - Returns the Tenant response.
Unauthorized
Forbidden
{- "accountId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
- "tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
- "name": "string",
- "status": "string",
- "address": {
- "streetAddress": "string",
- "extendedAddress": "string",
- "locality": "string",
- "region": "string",
- "postCode": "string",
- "country": "string"
}, - "statusDetails": {
- "createdOn": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "approvedOn": "2019-08-24T14:15:22Z",
- "approvedBy": "string",
- "rejectedOn": "2019-08-24T14:15:22Z",
- "rejectionReason": "string",
- "rejectedBy": "string",
- "deletedOn": "2019-08-24T14:15:22Z",
- "deletedBy": "string"
}
}
tenant-management
or tenant-admin
Updates the Tenant associated with the current API key.
Accepted.
Unauthorized
Forbidden
{- "name": "string",
- "streetAddress": "string",
- "extendedAddress": "string",
- "locality": "string",
- "region": "string",
- "postCode": "string",
- "country": "string"
}
tenant-management
or tenant-admin
Gets the IP Whitelist configuration for Tenant-scoped API Key users.
Returns the IP Whitelist configuration response.
Unauthorized
Forbidden
{- "enabled": true,
- "lastUpdated": "2019-08-24T14:15:22Z",
- "rules": [
- {
- "name": "string",
- "ipV4Start": "string",
- "ipV4End": "string"
}
]
}
tenant-management
or tenant-admin
Updates the IP Whitelist configuration for Tenant-scoped API Key users.
No Content.
Unauthorized
Forbidden
{- "enabled": true,
- "rules": [
- {
- "name": "string",
- "ipV4Start": "string",
- "ipV4End": "string"
}
]
}