1. Packages
  2. Fivetran Provider
  3. API Docs
  4. getGroupUsers
fivetran 1.6.0 published on Tuesday, Mar 25, 2025 by fivetran

fivetran.getGroupUsers

Explore with Pulumi AI

fivetran logo
fivetran 1.6.0 published on Tuesday, Mar 25, 2025 by fivetran

    This data source returns a list of information about all users within a group in your Fivetran account.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fivetran from "@pulumi/fivetran";
    
    const groupUsers = fivetran.getGroupUsers({
        id: "anonymous_mystery",
    });
    
    import pulumi
    import pulumi_fivetran as fivetran
    
    group_users = fivetran.get_group_users(id="anonymous_mystery")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/fivetran/fivetran"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := fivetran.LookupGroupUsers(ctx, &fivetran.LookupGroupUsersArgs{
    			Id: "anonymous_mystery",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Fivetran = Pulumi.Fivetran;
    
    return await Deployment.RunAsync(() => 
    {
        var groupUsers = Fivetran.GetGroupUsers.Invoke(new()
        {
            Id = "anonymous_mystery",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fivetran.FivetranFunctions;
    import com.pulumi.fivetran.inputs.GetGroupUsersArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var groupUsers = FivetranFunctions.getGroupUsers(GetGroupUsersArgs.builder()
                .id("anonymous_mystery")
                .build());
    
        }
    }
    
    variables:
      groupUsers:
        fn::invoke:
          function: fivetran:getGroupUsers
          arguments:
            id: anonymous_mystery
    

    Using getGroupUsers

    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 getGroupUsers(args: GetGroupUsersArgs, opts?: InvokeOptions): Promise<GetGroupUsersResult>
    function getGroupUsersOutput(args: GetGroupUsersOutputArgs, opts?: InvokeOptions): Output<GetGroupUsersResult>
    def get_group_users(id: Optional[str] = None,
                        users: Optional[Sequence[GetGroupUsersUser]] = None,
                        opts: Optional[InvokeOptions] = None) -> GetGroupUsersResult
    def get_group_users_output(id: Optional[pulumi.Input[str]] = None,
                        users: Optional[pulumi.Input[Sequence[pulumi.Input[GetGroupUsersUserArgs]]]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetGroupUsersResult]
    func LookupGroupUsers(ctx *Context, args *LookupGroupUsersArgs, opts ...InvokeOption) (*LookupGroupUsersResult, error)
    func LookupGroupUsersOutput(ctx *Context, args *LookupGroupUsersOutputArgs, opts ...InvokeOption) LookupGroupUsersResultOutput

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

    public static class GetGroupUsers 
    {
        public static Task<GetGroupUsersResult> InvokeAsync(GetGroupUsersArgs args, InvokeOptions? opts = null)
        public static Output<GetGroupUsersResult> Invoke(GetGroupUsersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGroupUsersResult> getGroupUsers(GetGroupUsersArgs args, InvokeOptions options)
    public static Output<GetGroupUsersResult> getGroupUsers(GetGroupUsersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: fivetran:index/getGroupUsers:getGroupUsers
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The unique identifier for the group within the Fivetran system. Data-source will represent a set of users who has membership in this group.
    Users List<GetGroupUsersUser>
    Id string
    The unique identifier for the group within the Fivetran system. Data-source will represent a set of users who has membership in this group.
    Users []GetGroupUsersUser
    id String
    The unique identifier for the group within the Fivetran system. Data-source will represent a set of users who has membership in this group.
    users List<GetGroupUsersUser>
    id string
    The unique identifier for the group within the Fivetran system. Data-source will represent a set of users who has membership in this group.
    users GetGroupUsersUser[]
    id str
    The unique identifier for the group within the Fivetran system. Data-source will represent a set of users who has membership in this group.
    users Sequence[GetGroupUsersUser]
    id String
    The unique identifier for the group within the Fivetran system. Data-source will represent a set of users who has membership in this group.
    users List<Property Map>

    getGroupUsers Result

    The following output properties are available:

    Id string
    The unique identifier for the group within the Fivetran system. Data-source will represent a set of users who has membership in this group.
    Users List<GetGroupUsersUser>
    Id string
    The unique identifier for the group within the Fivetran system. Data-source will represent a set of users who has membership in this group.
    Users []GetGroupUsersUser
    id String
    The unique identifier for the group within the Fivetran system. Data-source will represent a set of users who has membership in this group.
    users List<GetGroupUsersUser>
    id string
    The unique identifier for the group within the Fivetran system. Data-source will represent a set of users who has membership in this group.
    users GetGroupUsersUser[]
    id str
    The unique identifier for the group within the Fivetran system. Data-source will represent a set of users who has membership in this group.
    users Sequence[GetGroupUsersUser]
    id String
    The unique identifier for the group within the Fivetran system. Data-source will represent a set of users who has membership in this group.
    users List<Property Map>

    Supporting Types

    GetGroupUsersUser

    CreatedAt string
    The timestamp that the user created their Fivetran account
    Email string
    The email address that the user has associated with their user profile.
    FamilyName string
    The last name of the user.
    GivenName string
    The first name of the user.
    Id string
    The unique identifier for the user within the account.
    Invited bool
    The field indicates whether the user has verified their email address in the account creation process.
    LoggedInAt string
    The last time that the user has logged into their Fivetran account.
    Phone string
    The phone number of the user.
    Picture string
    The user's avatar as a URL link (for example, 'http://mycompany.com/avatars/john_white.png') or base64 data URI (for example, 'data:image/png;base64,aHR0cDovL215Y29tcGFueS5jb20vYXZhdGFycy9qb2huX3doaXRlLnBuZw==')
    Role string
    The group role that you would like to assign this new user to. Supported group roles: ‘Destination Administrator‘, ‘Destination Reviewer‘, ‘Destination Analyst‘, ‘Connector Creator‘, or a custom destination role
    Verified bool
    The field indicates whether the user has verified their email address in the account creation process.
    CreatedAt string
    The timestamp that the user created their Fivetran account
    Email string
    The email address that the user has associated with their user profile.
    FamilyName string
    The last name of the user.
    GivenName string
    The first name of the user.
    Id string
    The unique identifier for the user within the account.
    Invited bool
    The field indicates whether the user has verified their email address in the account creation process.
    LoggedInAt string
    The last time that the user has logged into their Fivetran account.
    Phone string
    The phone number of the user.
    Picture string
    The user's avatar as a URL link (for example, 'http://mycompany.com/avatars/john_white.png') or base64 data URI (for example, 'data:image/png;base64,aHR0cDovL215Y29tcGFueS5jb20vYXZhdGFycy9qb2huX3doaXRlLnBuZw==')
    Role string
    The group role that you would like to assign this new user to. Supported group roles: ‘Destination Administrator‘, ‘Destination Reviewer‘, ‘Destination Analyst‘, ‘Connector Creator‘, or a custom destination role
    Verified bool
    The field indicates whether the user has verified their email address in the account creation process.
    createdAt String
    The timestamp that the user created their Fivetran account
    email String
    The email address that the user has associated with their user profile.
    familyName String
    The last name of the user.
    givenName String
    The first name of the user.
    id String
    The unique identifier for the user within the account.
    invited Boolean
    The field indicates whether the user has verified their email address in the account creation process.
    loggedInAt String
    The last time that the user has logged into their Fivetran account.
    phone String
    The phone number of the user.
    picture String
    The user's avatar as a URL link (for example, 'http://mycompany.com/avatars/john_white.png') or base64 data URI (for example, 'data:image/png;base64,aHR0cDovL215Y29tcGFueS5jb20vYXZhdGFycy9qb2huX3doaXRlLnBuZw==')
    role String
    The group role that you would like to assign this new user to. Supported group roles: ‘Destination Administrator‘, ‘Destination Reviewer‘, ‘Destination Analyst‘, ‘Connector Creator‘, or a custom destination role
    verified Boolean
    The field indicates whether the user has verified their email address in the account creation process.
    createdAt string
    The timestamp that the user created their Fivetran account
    email string
    The email address that the user has associated with their user profile.
    familyName string
    The last name of the user.
    givenName string
    The first name of the user.
    id string
    The unique identifier for the user within the account.
    invited boolean
    The field indicates whether the user has verified their email address in the account creation process.
    loggedInAt string
    The last time that the user has logged into their Fivetran account.
    phone string
    The phone number of the user.
    picture string
    The user's avatar as a URL link (for example, 'http://mycompany.com/avatars/john_white.png') or base64 data URI (for example, 'data:image/png;base64,aHR0cDovL215Y29tcGFueS5jb20vYXZhdGFycy9qb2huX3doaXRlLnBuZw==')
    role string
    The group role that you would like to assign this new user to. Supported group roles: ‘Destination Administrator‘, ‘Destination Reviewer‘, ‘Destination Analyst‘, ‘Connector Creator‘, or a custom destination role
    verified boolean
    The field indicates whether the user has verified their email address in the account creation process.
    created_at str
    The timestamp that the user created their Fivetran account
    email str
    The email address that the user has associated with their user profile.
    family_name str
    The last name of the user.
    given_name str
    The first name of the user.
    id str
    The unique identifier for the user within the account.
    invited bool
    The field indicates whether the user has verified their email address in the account creation process.
    logged_in_at str
    The last time that the user has logged into their Fivetran account.
    phone str
    The phone number of the user.
    picture str
    The user's avatar as a URL link (for example, 'http://mycompany.com/avatars/john_white.png') or base64 data URI (for example, 'data:image/png;base64,aHR0cDovL215Y29tcGFueS5jb20vYXZhdGFycy9qb2huX3doaXRlLnBuZw==')
    role str
    The group role that you would like to assign this new user to. Supported group roles: ‘Destination Administrator‘, ‘Destination Reviewer‘, ‘Destination Analyst‘, ‘Connector Creator‘, or a custom destination role
    verified bool
    The field indicates whether the user has verified their email address in the account creation process.
    createdAt String
    The timestamp that the user created their Fivetran account
    email String
    The email address that the user has associated with their user profile.
    familyName String
    The last name of the user.
    givenName String
    The first name of the user.
    id String
    The unique identifier for the user within the account.
    invited Boolean
    The field indicates whether the user has verified their email address in the account creation process.
    loggedInAt String
    The last time that the user has logged into their Fivetran account.
    phone String
    The phone number of the user.
    picture String
    The user's avatar as a URL link (for example, 'http://mycompany.com/avatars/john_white.png') or base64 data URI (for example, 'data:image/png;base64,aHR0cDovL215Y29tcGFueS5jb20vYXZhdGFycy9qb2huX3doaXRlLnBuZw==')
    role String
    The group role that you would like to assign this new user to. Supported group roles: ‘Destination Administrator‘, ‘Destination Reviewer‘, ‘Destination Analyst‘, ‘Connector Creator‘, or a custom destination role
    verified Boolean
    The field indicates whether the user has verified their email address in the account creation process.

    Package Details

    Repository
    fivetran fivetran/terraform-provider-fivetran
    License
    Notes
    This Pulumi package is based on the fivetran Terraform Provider.
    fivetran logo
    fivetran 1.6.0 published on Tuesday, Mar 25, 2025 by fivetran