AM/TA/Inv - Enterprise Organization Update Whitelist

Details

/external/v1/org/{orgId}/whitelistarrow-up-right

Synopsis

Enterprise Organization Update Whitelist

put

This route is used for an organization to update whitelist status. This triggers an asynchronous process (the id of which is returned on the success response) which can be monitored using the "Transactions API" endpoints. This process will resolve domainName IPs and whitelist or blacklist on multiple infrastructure components. This endpoint can be called by applications with access to scope "manageOrgs".

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : manageOrgs
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
orgIdanyRequired

The unique identifier of the organization on the blockchain

Example: US9QIMA
Body
whitelistbooleanRequired

This property if set "true" means that the organization being affected by this action will be able to access this organization's resources, like APIs, Peers, Orderers (if applicable). "false" indicates that the organization affected by this action will stop being able to access aforementioned resources

Example: true
Responses
put
/external/v1/org/{orgId}/whitelist

Last updated

Was this helpful?