Update Organization By Organization ID
DescriptionUpdate organization details.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Admin | ✔️ | ❌ |
Organization Owner | ✔️ | ❌ |
Request
URLURL
Path Parameters
Path Parameters
Unique identifier (GUID) of the organization.
Request Body
{
"auditLogsInstanceId": "string",
"displayName": "string",
"enforceUserApiTokenMfa": false,
"isMfaRequired": false,
"language": "string",
"locale": "string"
}
The instance of the LINT service in the region to which we will redirect audit logs. The organization must already have been granted access to the LINT service and assigned to one or more LINT service instances. To reset, send empty string.
Display name must be alphanumerical and can contain the following symbols -_.`’:@&, and space. International characters are allowed.
Flag to enforce the user Api token multi-factor authentication (MFA).
If enabled then user needs to provide additional multi-factor authentication passcode when exchange API token for AccessToken.
If the flag is enabled, vmwid users will be able to login only when they enabled multi-factor authentication (MFA).
Default locale lang code preference for the organization.
Default locale lang country preference for the organization.
Authentication
Response
Response BodyResponse Body
200 OK
{
"refLink": "string"
}
Relative reference link to the resource.
Errors
Missing required parameters or invalid parameters in request body returns a 400 (bad request) status code
The user is not authorized to use the API
The user is forbidden to use the API
Organization with this identifier is not found.
The request could not be processed due to a conflict
The user has sent too many requests
An unexpected error has occurred while processing the request
Code Samples
cURL Command
Vendor Extensions
x-required-roles: org_admin,org_owner
x-slo-tier: TIER2