# createUser **Type:** GraphQL mutations ## Arguments - email (String) - firstName (String) - lastName (String) - role (UserRole, Not Null): undefined ## Response **Type:** User **Description:** Represents a user in the system ### Fields - id (ID) - firstName (String) - lastName (String) - email (String) - role (UserRole) - createdAt (DateTime) - updatedAt (DateTime) - status (UserStatus)