Org Customization

The Org Customization API provides operations to retrieve and modify custom settings for your Okta org.

Retrieve the org preferences
OAuth 2.0: okta.orgs.read

Retrieves preferences of your Okta org

Responses
200

Success

403

Forbidden

429

Too Many Requests

get/api/v1/org/preferences
Request samples
Response samples
application/json
{}

Set the hide dashboard footer preference
OAuth 2.0: okta.orgs.manage

Sets the preference to hide the Okta End-User Dashboard footer for all end users of your org

Responses
200

Success

403

Forbidden

429

Too Many Requests

post/api/v1/org/preferences/hideEndUserFooter
Request samples
Response samples
application/json
{}

Set the show dashboard footer preference
OAuth 2.0: okta.orgs.manage

Sets the preference to show the Okta UI footer for all end users of your org

Responses
200

Success

403

Forbidden

429

Too Many Requests

post/api/v1/org/preferences/showEndUserFooter
Request samples
Response samples
application/json
{}