Perform an enterprise/organization mapping operation as admin

patch/api/v2/admin/enterprise/{enterpriseId}/organization

Path Parameters

  • enterpriseIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[a-f0-9]{32}$
    Min length: >= 1 characters

Request Body

newOrganizationName string
If the enterprise is being mapped to a new organization, simply rename the current organization to the new organization name. Enterprises are created with a new organization by default.
Min length: >= 1 characters
Example: New Organization LTD
newOrganization string
If the enterprise is being mapped to an existing organization, provide the organization ID
Min length: >= 1 characters
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[a-f0-9]{32}$

200 Response

enterprise object required
id string required
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[a-f0-9]{32}$
organization object required
umsMappingComplete boolean required

204 Response

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

401 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

403 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id