tenantMetricsUpdate
Graphql fields and variables for the tenantMetricsUpdate mutation
mutation tenantMetricsUpdate ($code: String!, $attributes: TenantMetricsAttributes!) {
tenantMetricsUpdate (code: $code, attributes: $attributes) {
errors
}
}Arguments
{
"code": "",
"attributes": {
"lastLogin": "2022-06-01T00:00:00Z",
"userCount": 123,
"utilizationMetrics": "JSON"
}
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
