<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How to Change Brand Name Using API
Administration
Okta Classic Engine
Okta Identity Engine
Overview

The goal of this knowledge is to clarify how to change the Brand Name using an API call in Postman.

Applies To
Solution
  1. Install and configure Postman as documented in the following knowledge article: How to Integrate Postman with Okta.
  2. Import the Brands Collection into the environment.
  3. Configure a new token with the following scopes: okta.brands.read okta.brands.manage.
  4. Run the Get brands API using the new token to show all brands.
  5. Set BrandId to the id of the Brand that is to be renamed.

Set BrandId to the id of the Brand that is to be renamed.

  1. Run Update brand API as shown below, ensuring to add the name attribute in the body and populating it with the appropriate value.

PUT {{url}}/api/v1/brands/{{brandId}}

PUT {{url}}/api/v1/brands/{{brandId}}

 

Related References

 

Loading
How to Change Brand Name Using API