Preview

activateUsageReader is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

activateUsageReader

Updates usage reader status as ACTIVE and further can be used for processing of metered usages

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_PARTNER

    ROLE_DEVELOPER

    ROLE_CHANNEL_ADMIN

    Arguments

    input ActivateUsageReaderInput! PREVIEW

    Input to update usage reader status as ACTIVE

    ActivateUsageReaderInput fields

    readerId String!

    Unique id of usage reader

    updatedBy String!

    User email who is updating usage reader status as ACTIVE

    Return Fields

    success Boolean

    Response for usage reader updated or not

    userErrors [ActivateUsageReaderErrors!] PREVIEW

    Represent errors while updating usage reader status as 'ACTIVE'

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.