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 page for Make Managed Services (MMS) overview.

Required 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
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 page for Make Managed Services (MMS) overview.

Required 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
200

Successful response

application/json
post
/organizations/{organizationId}/managed-organizations
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 page for Make Managed Services (MMS) overview.

Required 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
200

Successful response

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

Successful response

Last updated