Skip to main content

Check eligible client/client group

Select

SaaS
Customer Managed

This operation checks the eligibility of a client/clientgroup to be moved to a company.

Path Parameters
  • companyId string required
Header Parameters
  • Accept string required
Request Body
  • entities object[]
  • clientId integer
  • _type_ string
  • clientGroupId integer
Responses

OK


Schema
  • notApplicableClients object[]
  • statusMsg string
  • status integer
  • clients object[]
  • clientId integer
  • clientName string
  • displayName string
  • applicableClients object[]
  • clientId integer
  • clientName string
  • displayName string
  • error object
  • errorMessage string
  • errorCode integer
PUT /company/:companyid/migration-entities    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
companyId — path required
Accept — header required
Body

{
"entities": [
{
"clientId": 0,
"_type_": "string",
"clientGroupId": 0
}
]
}
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/company/:companyId/migration-entities' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entities": [
{
"clientId": 0,
"_type_": "string",
"clientGroupId": 0
}
]
}'