Settings

View and manage configuration settings for your organization.

Get idm settings

get
Authorizations
AuthorizationstringRequired

Bearer authentication

Responses
chevron-right
200

Executed successfully.

application/json
get
/api/v1/security/settings

Get idm setting by key

get
Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
keystring · enumRequired

The settings key

Possible values:
Responses
chevron-right
200

Executed successfully.

application/json
get
/api/v1/security/settings/{key}

Update idm setting by key

put
Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
keystring · enumRequired

The settings key

Possible values:
Body
or
Responses
chevron-right
200

Setting successfully updated

No content

put
/api/v1/security/settings/{key}

No content

Last updated