TenantsInterface
in
Interface TenantsInterface.
Table of Contents
- getSettings() : ResponseInterface
- Return all tenant settings.
- updateSettings() : ResponseInterface
- Update tenant settings.
Methods
getSettings()
Return all tenant settings.
public
getSettings([RequestOptions|null $options = null ]) : ResponseInterface
Required scope: read:tenant_settings
.
Parameters
- $options : RequestOptions|null = null
-
Optional. Additional request options to use, such as a field filtering or pagination. (Not all endpoints support these. See @see for supported options.)
Tags
Return values
ResponseInterface —updateSettings()
Update tenant settings.
public
updateSettings(array<string|int, mixed> $body[, RequestOptions|null $options = null ]) : ResponseInterface
Required scope: update:tenant_settings
.
Parameters
- $body : array<string|int, mixed>
-
Updated settings to send to the API. See @see for supported options.
- $options : RequestOptions|null = null
-
Optional. Additional request options to use, such as a field filtering or pagination. (Not all endpoints support these. See @see for supported options.)