1. Packages
  2. Packages
  3. Qdrant-Cloud Provider
  4. API Docs
  5. getAccountsMembers
Viewing docs for qdrant-cloud 1.23.0
published on Thursday, Apr 16, 2026 by qdrant
Viewing docs for qdrant-cloud 1.23.0
published on Thursday, Apr 16, 2026 by qdrant

    Example Usage

    Using getAccountsMembers

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getAccountsMembers(args: GetAccountsMembersArgs, opts?: InvokeOptions): Promise<GetAccountsMembersResult>
    function getAccountsMembersOutput(args: GetAccountsMembersOutputArgs, opts?: InvokeOptions): Output<GetAccountsMembersResult>
    def get_accounts_members(account_id: Optional[str] = None,
                             id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetAccountsMembersResult
    def get_accounts_members_output(account_id: pulumi.Input[Optional[str]] = None,
                             id: pulumi.Input[Optional[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetAccountsMembersResult]
    func GetAccountsMembers(ctx *Context, args *GetAccountsMembersArgs, opts ...InvokeOption) (*GetAccountsMembersResult, error)
    func GetAccountsMembersOutput(ctx *Context, args *GetAccountsMembersOutputArgs, opts ...InvokeOption) GetAccountsMembersResultOutput

    > Note: This function is named GetAccountsMembers in the Go SDK.

    public static class GetAccountsMembers 
    {
        public static Task<GetAccountsMembersResult> InvokeAsync(GetAccountsMembersArgs args, InvokeOptions? opts = null)
        public static Output<GetAccountsMembersResult> Invoke(GetAccountsMembersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAccountsMembersResult> getAccountsMembers(GetAccountsMembersArgs args, InvokeOptions options)
    public static Output<GetAccountsMembersResult> getAccountsMembers(GetAccountsMembersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: qdrant-cloud:index/getAccountsMembers:getAccountsMembers
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountId string
    The account ID (UUID). Defaults to the provider-level account_id.
    Id string
    The ID of this resource.
    AccountId string
    The account ID (UUID). Defaults to the provider-level account_id.
    Id string
    The ID of this resource.
    accountId String
    The account ID (UUID). Defaults to the provider-level account_id.
    id String
    The ID of this resource.
    accountId string
    The account ID (UUID). Defaults to the provider-level account_id.
    id string
    The ID of this resource.
    account_id str
    The account ID (UUID). Defaults to the provider-level account_id.
    id str
    The ID of this resource.
    accountId String
    The account ID (UUID). Defaults to the provider-level account_id.
    id String
    The ID of this resource.

    getAccountsMembers Result

    The following output properties are available:

    AccountId string
    The account ID (UUID). Defaults to the provider-level account_id.
    Id string
    The ID of this resource.
    Members List<Pulumi.QdrantCloud.Outputs.GetAccountsMembersMember>
    List of account members.
    AccountId string
    The account ID (UUID). Defaults to the provider-level account_id.
    Id string
    The ID of this resource.
    Members []GetAccountsMembersMember
    List of account members.
    accountId String
    The account ID (UUID). Defaults to the provider-level account_id.
    id String
    The ID of this resource.
    members List<GetAccountsMembersMember>
    List of account members.
    accountId string
    The account ID (UUID). Defaults to the provider-level account_id.
    id string
    The ID of this resource.
    members GetAccountsMembersMember[]
    List of account members.
    account_id str
    The account ID (UUID). Defaults to the provider-level account_id.
    id str
    The ID of this resource.
    members Sequence[GetAccountsMembersMember]
    List of account members.
    accountId String
    The account ID (UUID). Defaults to the provider-level account_id.
    id String
    The ID of this resource.
    members List<Property Map>
    List of account members.

    Supporting Types

    GetAccountsMembersMember

    Email string
    IsOwner bool
    Status string
    UserId string
    Email string
    IsOwner bool
    Status string
    UserId string
    email String
    isOwner Boolean
    status String
    userId String
    email string
    isOwner boolean
    status string
    userId string
    email String
    isOwner Boolean
    status String
    userId String

    Package Details

    Repository
    qdrant-cloud qdrant/terraform-provider-qdrant-cloud
    License
    Notes
    This Pulumi package is based on the qdrant-cloud Terraform Provider.
    Viewing docs for qdrant-cloud 1.23.0
    published on Thursday, Apr 16, 2026 by qdrant
      Try Pulumi Cloud free. Your team will thank you.