CreateTrustMemberOrganizationRequest
{
"language": "string",
"displayName": "string",
"usernames": [
"string"
],
"notifyUsersOfOrgAccess": false,
"notifyUsersOfRegistration": false,
"locale": "string",
"customerId": "string",
"trustType": "string",
"enforceUserApiTokenMfa": false,
"isMfaRequired": false
}
Default locale lang code preference for the organization.
Display name must be alphanumerical and can contain the following symbols -_.`':@&, and space. International characters are allowed.
List of Usernames (e-mails) of users.
Send e-mail notification to existing user(s) informing about org access that is granted.
Send e-mail notification to new user(s) inviting them to VMware cloud services.
Default locale lang country preference for the organization.
The Broadcom ERP customer id
Organization trust type.
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.
Important:
Parameter enforceUserApiTokenMfa is no longer supported. Please use below mentioned APIs to manage MFA Api Token Policy.
POST /am/api/orgs/{orgId}/mfa-api-token-policy/activate
POST /am/api/orgs/{orgId}/mfa-api-token-policy/deactivate
GET /am/api/orgs/{orgId}/mfa-api-token-policy
Note: Please use Authn sdk instead of AM sdk for MFA related Apis.
If the flag is enabled, vmwid users will be able to login only when they enabled multi-factor authentication (MFA).
Important:
Parameter isMfaRequired is no longer supported. Please use below mentioned APIs to update MFA setting for an Org"
POST /am/api/orgs/{orgId}/mfa-policy/activate
POST /am/api/orgs/{orgId}/mfa-policy/deactivate
GET /am/api/orgs/{orgId}/mfa-policy
Note: Please use Authn sdk instead of AM sdk for MFA related Apis.