[{"label":"Latest (v1.0)","version":"latest"}]
csp
Create Trust Member Organization
DescriptionCreate trust member organization.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Owner | ✔️ | ✔️ |
Request
URLURL
https://{api_host}/csp/gateway/am/api/orgs/{orgId}/member-orgs
Path Parameters
Path Parameters
string
orgId
Required
Unique identifier (GUID) of the organization.
Parameter Serialization Style:
simple Explode:false
Request Body
Request Body
CreateOrganizationRequest
of mimetype application/json
Required
Defines the properties of the request for organization trust creation.
{
"displayName": "string",
"enforceUserApiTokenMfa": false,
"isMfaRequired": false,
"language": "string",
"locale": "string"
}
string
displayName
Optional
Display name must be alphanumerical and can contain the following symbols -_.`':@&, and space. International characters are allowed.
boolean
enforceUserApiTokenMfa
Optional
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.
boolean
isMfaRequired
Optional
If the flag is enabled, vmwid users will be able to login only when they enabled multi-factor authentication (MFA).
string
language
Optional
Default locale lang code preference for the organization.
string
locale
Optional
Default locale lang country preference for the organization.
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
201 Created returns
IdDto
of type application/json
{
"id": "string"
}
string
id
Optional
The unique identifier of the resource.
Errors
Code Samples
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"displayName":"string","enforceUserApiTokenMfa":false,"isMfaRequired":false,"language":"string","locale":"string"}' https://{api_host}/csp/gateway/am/api/orgs/{orgId}/member-orgs
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-required-roles: org_owner
x-slo-tier: TIER2
[{"label":"Latest (v1.0)","version":"latest"}]
csp
On This Page
Organization Operations
post
post
delete