tenantUpdate
Graphql fields and variables for the tenantUpdate mutation
Update an tenant
Scope required: product:write
For a complete list of input attributes see the TenantAttributes type
mutation tenantUpdate ($id: ID!, $attributes: TenantAttributes!) {
tenantUpdate (id: $id, attributes: $attributes) {
errors
tenant {
accountId
code
createdAt
id
lastLogin
latestProvisioningChangeId
name
platformId
provisioningRequired
provisioningState
subdomain
updatedAt
userCount
utilizationMetrics
}
}
}
Arguments
{
"id": "456123",
"attributes": {
"name": "",
"code": "",
"subdomain": "",
"accountId": "456123",
"platformId": "456123",
"platformCode": ""
}
}
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?