MMS > Child organizations

The following endpoints allow you to manage child organizations.

List of child organizations

get
/organizations/{organizationId}/managed-organizations

Retrieves the collection of child organizations. If no organization found response will contain empty array in managedOrganizations variable.

Refer to the MMS pagearrow-up-right for Make Managed Services (MMS) overview.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.

If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.

Path parameters
organizationIdintegerRequired

The ID of the organization.

Example: 11
Responses
chevron-right
200

Successful response

application/json
get
/organizations/{organizationId}/managed-organizations
200

Successful response

Create child organization

post
/organizations/{organizationId}/managed-organizations

A successful response contains information about the new organization and user.

The endpoint requires regionId and countryId in the request body. The regionId can be retrieved from the GET /enums/imt-regions endpoint, and the countryId can be found in GET /enums/countries.

The operations parameter must be a multiple of 10000. The user name can be an existing user or an external contact without a Make account yet.

Refer to the MMS pagearrow-up-right for Make Managed Services (MMS) overview.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.

If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.

Path parameters
organizationIdintegerRequired

The ID of the organization.

Example: 11
Body
userEmailstring · emailOptional
userNamestringOptional
organizationNamestringOptional
regionIdintegerOptional
countryIdintegerOptional
operationsintegerOptional
Responses
chevron-right
200

Successful response

application/json
post
/organizations/{organizationId}/managed-organizations
200

Successful response

List of child organizations consumption

get
/organizations/{organizationId}/managed-organizations-consumption

Retrieves the collection of child organizations with consumption of opertaions/credits. If no organization found response will contain empty array in managedOrganizationsConsumption variable.

Refer to the MMS pagearrow-up-right for Make Managed Services (MMS) overview.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.

If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.

Path parameters
organizationIdintegerRequired

The ID of the organization.

Example: 11
Responses
chevron-right
200

Successful response

application/json
get
/organizations/{organizationId}/managed-organizations-consumption
200

Successful response

Update allocation of a child organization operations

patch
/organizations/{organizationId}/managed-organizations/{childOrganizationId}

A successful response contains summary of new operation limits for parent and child organization.

The operations parameter must be a multiple of 10000.

Refer to the MMS pagearrow-up-right for Make Managed Services (MMS) overview.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.

If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.

Path parameters
organizationIdintegerRequired

The ID of the organization.

Example: 11
childOrganizationIdintegerRequired

The ID of the child organization.

Example: 11
Body
operationsintegerOptional
Responses
chevron-right
200

Successful response

application/json
patch
/organizations/{organizationId}/managed-organizations/{childOrganizationId}
200

Successful response

Last updated