OBJECT
AssociateType
Representation of an associate for an accountant
link GraphQL Schema definition
- type AssociateType {
- # The generated id
- : String
- # The first name of the associate
- : String
- # The last name of the associate
- : String
- # The email address of the associate
- : String
- # The language of the associate
- : LanguageEnum
- # The associate type
- : AssociateTypeEnum
- # Whether the associate is able to login to the application
- : Boolean
- # Association groups in which the associate is a member
- : [AssociateGroup]
- }