# UserAccountRoleInput **Type:** GraphQL inputs **Description:** Input for user account role association ## Fields - accountName (String): Account Name [unique identifier of Account - short name] which needs to be linked to User. Example: "123456" - expiryDate (String): Expiry date of the user in YYYY-MM-DD format. Expiry date should be provided when portalLogin flag is true. It is the date when user is no longer linked to the account. If included, the value cannot be null. If not included, the user's access to the account will not expire. Example: "2025-12-30" - roles (String): List of roles. Example: ["USER", "ADMIN"]