prefect 2.22.3 published on Thursday, Mar 20, 2025 by prefecthq
prefect.getAccountMember
Explore with Pulumi AI
prefect 2.22.3 published on Thursday, Mar 20, 2025 by prefecthq
Get information about an existing Account Member (user) by their email.
Use this data source to obtain user or actor IDs to manage Workspace Access.
For more information, see manage account roles.
This feature is available in the following product plan(s): Prefect Cloud (Free), Prefect Cloud (Pro), Prefect Cloud (Enterprise).
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as prefect from "@pulumi/prefect";
const marvin = prefect.getAccountMember({
email: "marvin@prefect.io",
});
import pulumi
import pulumi_prefect as prefect
marvin = prefect.get_account_member(email="marvin@prefect.io")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/prefect/v2/prefect"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := prefect.LookupAccountMember(ctx, &prefect.LookupAccountMemberArgs{
Email: "marvin@prefect.io",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Prefect = Pulumi.Prefect;
return await Deployment.RunAsync(() =>
{
var marvin = Prefect.GetAccountMember.Invoke(new()
{
Email = "marvin@prefect.io",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.prefect.PrefectFunctions;
import com.pulumi.prefect.inputs.GetAccountMemberArgs;
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 marvin = PrefectFunctions.getAccountMember(GetAccountMemberArgs.builder()
.email("marvin@prefect.io")
.build());
}
}
variables:
marvin:
fn::invoke:
function: prefect:getAccountMember
arguments:
email: marvin@prefect.io
Using getAccountMember
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 getAccountMember(args: GetAccountMemberArgs, opts?: InvokeOptions): Promise<GetAccountMemberResult>
function getAccountMemberOutput(args: GetAccountMemberOutputArgs, opts?: InvokeOptions): Output<GetAccountMemberResult>
def get_account_member(account_id: Optional[str] = None,
email: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAccountMemberResult
def get_account_member_output(account_id: Optional[pulumi.Input[str]] = None,
email: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAccountMemberResult]
func LookupAccountMember(ctx *Context, args *LookupAccountMemberArgs, opts ...InvokeOption) (*LookupAccountMemberResult, error)
func LookupAccountMemberOutput(ctx *Context, args *LookupAccountMemberOutputArgs, opts ...InvokeOption) LookupAccountMemberResultOutput
> Note: This function is named LookupAccountMember
in the Go SDK.
public static class GetAccountMember
{
public static Task<GetAccountMemberResult> InvokeAsync(GetAccountMemberArgs args, InvokeOptions? opts = null)
public static Output<GetAccountMemberResult> Invoke(GetAccountMemberInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAccountMemberResult> getAccountMember(GetAccountMemberArgs args, InvokeOptions options)
public static Output<GetAccountMemberResult> getAccountMember(GetAccountMemberArgs args, InvokeOptions options)
fn::invoke:
function: prefect:index/getAccountMember:getAccountMember
arguments:
# arguments dictionary
The following arguments are supported:
- email str
- Member email
- account_
id str - Account ID (UUID) where the member resides
getAccountMember Result
The following output properties are available:
- Account
Role stringId - Acount Role ID (UUID)
- Account
Role stringName - Name of Account Role assigned to member
- Actor
Id string - Actor ID (UUID), used for granting access to resources like Blocks and Deployments
- Email string
- Member email
- First
Name string - Member's first name
- Handle string
- Member handle, or a human-readable identifier
- Id string
- Account Member ID (UUID)
- Last
Name string - Member's last name
- User
Id string - User ID (UUID)
- Account
Id string - Account ID (UUID) where the member resides
- Account
Role stringId - Acount Role ID (UUID)
- Account
Role stringName - Name of Account Role assigned to member
- Actor
Id string - Actor ID (UUID), used for granting access to resources like Blocks and Deployments
- Email string
- Member email
- First
Name string - Member's first name
- Handle string
- Member handle, or a human-readable identifier
- Id string
- Account Member ID (UUID)
- Last
Name string - Member's last name
- User
Id string - User ID (UUID)
- Account
Id string - Account ID (UUID) where the member resides
- account
Role StringId - Acount Role ID (UUID)
- account
Role StringName - Name of Account Role assigned to member
- actor
Id String - Actor ID (UUID), used for granting access to resources like Blocks and Deployments
- email String
- Member email
- first
Name String - Member's first name
- handle String
- Member handle, or a human-readable identifier
- id String
- Account Member ID (UUID)
- last
Name String - Member's last name
- user
Id String - User ID (UUID)
- account
Id String - Account ID (UUID) where the member resides
- account
Role stringId - Acount Role ID (UUID)
- account
Role stringName - Name of Account Role assigned to member
- actor
Id string - Actor ID (UUID), used for granting access to resources like Blocks and Deployments
- email string
- Member email
- first
Name string - Member's first name
- handle string
- Member handle, or a human-readable identifier
- id string
- Account Member ID (UUID)
- last
Name string - Member's last name
- user
Id string - User ID (UUID)
- account
Id string - Account ID (UUID) where the member resides
- account_
role_ strid - Acount Role ID (UUID)
- account_
role_ strname - Name of Account Role assigned to member
- actor_
id str - Actor ID (UUID), used for granting access to resources like Blocks and Deployments
- email str
- Member email
- first_
name str - Member's first name
- handle str
- Member handle, or a human-readable identifier
- id str
- Account Member ID (UUID)
- last_
name str - Member's last name
- user_
id str - User ID (UUID)
- account_
id str - Account ID (UUID) where the member resides
- account
Role StringId - Acount Role ID (UUID)
- account
Role StringName - Name of Account Role assigned to member
- actor
Id String - Actor ID (UUID), used for granting access to resources like Blocks and Deployments
- email String
- Member email
- first
Name String - Member's first name
- handle String
- Member handle, or a human-readable identifier
- id String
- Account Member ID (UUID)
- last
Name String - Member's last name
- user
Id String - User ID (UUID)
- account
Id String - Account ID (UUID) where the member resides
Package Details
- Repository
- prefect prefecthq/terraform-provider-prefect
- License
- Notes
- This Pulumi package is based on the
prefect
Terraform Provider.
prefect 2.22.3 published on Thursday, Mar 20, 2025 by prefecthq