GraphQL API

GraphQL API

Latest Poppulo platform GraphQL API

NotessaUserManagementUpdateUserInput

Input type for updating a user

Fields

  • userUUID

    ID
    Required

    The UUID of the SCIM provisioned user to update

  • isLocked

    Boolean
    Optional

    User lock status. When set to true, the user will not be able to log in.

  • Optional

    The email of the user. When input is null, the current value will not be replaced.

  • firstName

    String
    Optional

    The first name of the user. When input is null, the current value will not be replaced.

  • surname

    String
    Optional

    The surname (lastName) of the user. When input is null, the current value will not be replaced.