Graphql fields and variables for the tenantMetricsUpdate mutation
Last updated 1 year ago
Was this helpful?
Updates the metrics for a tenant
Scope required: platform:write
For a complete list of input attributes see the type
mutation tenantMetricsUpdate ($code: String!, $attributes: TenantMetricsAttributes!) { tenantMetricsUpdate (code: $code, attributes: $attributes) { errors } }
{ "code": "", "attributes": { "lastLogin": "2022-06-01T00:00:00Z", "userCount": 123, "utilizationMetrics": "JSON" } }
code
String
attributes
errors
List (String)