Get Organization By Id Using GET
Get organization details.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Member | ✔️ | ✔️ |
Organization Admin | ✔️ | ✔️ |
Organization Owner | ✔️ | ✔️ |
Unique identifier (GUID) of the organization.
OK
{
"auditLogsInstanceId": "string",
"displayName": "string",
"enforceUserApiTokenMfa": false,
"isMfaRequired": false,
"language": "string",
"locale": "string",
"maxAllowedAuthExemptedUserCount": 0,
"metadata": {
"metadata": "string"
},
"name": "string",
"parentRefLink": "string",
"refLink": "string",
"status": "string",
"trustedOrgs": [
{
"id": "string"
}
],
"type": "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.
The display name of the organization.
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.
Maximum number of users allowed to be auth exempted in the Organization
Metadata related to the organization.
Name or short unique identifier.
Document Ref Link of parent organization.
Document Ref Link of organization.
Shows whether the organization is active/inactive.
Type of the organization.
The user is not authorized to use the API
{
"cspErrorCode": "string",
"errorCode": "string",
"message": "string",
"moduleCode": 0,
"requestId": "string",
"statusCode": 0
}
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
The user is forbidden to use the API
{
"cspErrorCode": "string",
"errorCode": "string",
"message": "string",
"moduleCode": 0,
"requestId": "string",
"statusCode": 0
}
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
Organization with this identifier is not found.
{
"cspErrorCode": "string",
"errorCode": "string",
"message": "string",
"moduleCode": 0,
"requestId": "string",
"statusCode": 0
}
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
The user has sent too many requests
{
"cspErrorCode": "string",
"errorCode": "string",
"message": "string",
"moduleCode": 0,
"requestId": "string",
"statusCode": 0
}
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
An unexpected error has occurred while processing the request
{
"cspErrorCode": "string",
"errorCode": "string",
"message": "string",
"moduleCode": 0,
"requestId": "string",
"statusCode": 0
}
cspErrorCode
errorCode
message
moduleCode
requestId
statusCode