View Source Auth0.Management.Tenants (Auth0Api v2.2.0)

Summary

Functions

Retrieve tenant settings. A list of fields to include or exclude may also be specified.

Update settings for a tenant.

Types

@type config() :: Auth0.Config.t()
@type error() :: {:error, integer(), term()} | {:error, term()}

Functions

Link to this function

get_setting(params, config)

View Source
@spec get_setting(map(), config()) :: {:ok, map()} | error()

Retrieve tenant settings. A list of fields to include or exclude may also be specified.

see

https://auth0.com/docs/api/management/v2/tenants/tenant-settings-route

Link to this function

update_setting(params, config)

View Source
@spec update_setting(map(), config()) :: {:ok, map()} | error()

Update settings for a tenant.

see

https://auth0.com/docs/api/management/v2/tenants/patch-settings