GraphQL OBJECT

CurrentUser

Information about the user who is logged into the cleverbridge platform.

link Definition

  • type CurrentUser {
  • # User account information for the user who is logged in to the cleverbridge
  • # platform.
  • userAccount: UserAccount
  • # List of access rights of the user who is logged in to the cleverbridge platform.
  • privileges: [UserAccountPrivilege]
  • # Settings of the user who is logged in to the cleverbridge platform.
  • settings: UserAccountSettings
  • }

link Required by