UserMembershipDetails
A user membership in marketplace
This page contains
Fields
| isLastUsed: Boolean! | Defines if this membership was the most recent one accessed by the user |
| roles: [AccountMembershipRole!] | Granted roles for this membership |
| status: AccountMembershipStatus! | Current Status of this membership |
| account: Account! PREVIEW | The account associated with this membership |
Parent objects of UserMembershipDetails
| UserMembershipDetailsConnection | A connection type used to page through a list of users |