Org Communication Settings

The Org Communication Settings API provides operations to manage the communication settings for your Okta org. For example, opt users in or out of communication emails.

Retrieve the Okta Communication Settings
OAuth 2.0: okta.orgs.read

Retrieves Okta Communication Settings of your org

Responses
200

Success

403

Forbidden

429

Too Many Requests

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

Opt in to Okta User Communication Emails
OAuth 2.0: okta.orgs.manage

Opts in all users of this org to Okta communication emails

Responses
200

Success

403

Forbidden

429

Too Many Requests

post/api/v1/org/privacy/oktaCommunication/optIn
Request samples
Response samples
application/json
{}

Opt out of Okta User Communication Emails
OAuth 2.0: okta.orgs.manage

Opts out all users of this org from Okta communication emails

Responses
200

Success

403

Forbidden

429

Too Many Requests

post/api/v1/org/privacy/oktaCommunication/optOut
Request samples
Response samples
application/json
{}