1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ListOrganizationMembersResponse

ListOrganizationMembersResponse

    ListOrganizationMembersResponse lists all members within an organization.

    Properties

    • members array[OrganizationMember] required
      The list of organization members
    • role enum required
      Deprecated: Use fgaRole instead. The member’s built-in role within the organization. For members assigned a custom role, this is the closest built-in projection (member, admin, or billingManager) and may lose detail; fgaRole is authoritative.
      Values: none, member, admin, potential-member, stack-collaborator, billing-manager
    • user UserInfo required
      The user information for this organization member.
    • created string required
      When the member joined the organization.
    • knownToPulumi boolean required
      KnownToPulumi returns if the organization member has a Pulumi account.
    • virtualAdmin boolean required
      VirtualAdmin indicates that the member does not have admin access on the backing identity provider, but does have admin access to the Pulumi organization.
    • links MemberLinks optional
      Links to the member in the Pulumi Console
    • fgaRole FGARole required
      The role currently assigned to this member — either a built-in role (member, admin, billingManager) or a custom role. Falls back to the organization’s default role if no role is assigned directly.
    • continuationToken string optional
      An opaque token for fetching the next page of members