accountType property

UserAccountType? accountType
final

The user account type. Can take the following values:

  • atlassian regular Atlassian user account
  • app system account used for Connect applications and OAuth to represent external systems
  • customer Jira Service Desk account representing an external service desk

Implementation

final UserAccountType? accountType;