OBJECT
USER
link GraphQL Schema definition
- type USER implements SUBJECT, AUTHORIZABLE {
- : SUBJECT
- : CUSTOMER
- # The account groups assigned to the authorizable
- #
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [ACCOUNTGROUP]
- : Long
- # The token which is used to authenticate a user when using 2-factor
- # authentication
- : TOKEN
- : SUBJECT
- : String
- : CUSTOMENUMLITERAL
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [ROLE]
- : DateTime
- : String
- : [FEATUREMODIFICATIONINFO]
- # The authorizable can create orders even in case the order has expired features
- : Boolean
- # Patronas applications the subject or user is authorized to access.
- #
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [CUSTOMENUMLITERAL]
- : DateTime
- # Arguments
- # orderBy: [Not documented]
- (: [OrderBy]): [PERMISSIONINCONTEXT]
- : DateTime
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [CUSTOMER]
- : UUID
- # Natural person
- : NATURALPERSON
- # Defines if the authorizable is permitted to manage CRE code.
- : State
- : DateTime
- : SUBJECT
- : DateTime
- # Defines if the authorizable is permitted to read all account segements and
- # related data.
- : State
- # Defines if the authorizable is permitted to execute and revert corporate
- # actions.
- : State
- : [BASICPERMISSION]
- : SUBJECT
- : SUBJECT
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (
- : [OrderBy],
- : Boolean
- ): [ACCOUNTSEGMENT]
- # Arguments
- # orderBy: [Not documented]
- (: [OrderBy]): [MESSAGETYPECONFIG]
- # Arguments
- # range: [Not documented]
- # includeDeleted: [Not documented]
- (
- : Range,
- : Boolean
- ): PageAccountSegments
- : Long
- }