This provider is currently in preview.
Viewing docs for Pulumi Cloud v0.39.0
published on Tuesday, Apr 28, 2026 by Pulumi
published on Tuesday, Apr 28, 2026 by Pulumi
This provider is currently in preview.
Viewing docs for Pulumi Cloud v0.39.0
published on Tuesday, Apr 28, 2026 by Pulumi
published on Tuesday, Apr 28, 2026 by Pulumi
Lists all members of a Pulumi Cloud organization, including their role assignments.
Using getOrganizationMembers
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 getOrganizationMembers(args: GetOrganizationMembersArgs, opts?: InvokeOptions): Promise<GetOrganizationMembersResult>
function getOrganizationMembersOutput(args: GetOrganizationMembersOutputArgs, opts?: InvokeOptions): Output<GetOrganizationMembersResult>def get_organization_members(organization_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrganizationMembersResult
def get_organization_members_output(organization_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationMembersResult]func GetOrganizationMembers(ctx *Context, args *GetOrganizationMembersArgs, opts ...InvokeOption) (*GetOrganizationMembersResult, error)
func GetOrganizationMembersOutput(ctx *Context, args *GetOrganizationMembersOutputArgs, opts ...InvokeOption) GetOrganizationMembersResultOutput> Note: This function is named GetOrganizationMembers in the Go SDK.
public static class GetOrganizationMembers
{
public static Task<GetOrganizationMembersResult> InvokeAsync(GetOrganizationMembersArgs args, InvokeOptions? opts = null)
public static Output<GetOrganizationMembersResult> Invoke(GetOrganizationMembersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOrganizationMembersResult> getOrganizationMembers(GetOrganizationMembersArgs args, InvokeOptions options)
public static Output<GetOrganizationMembersResult> getOrganizationMembers(GetOrganizationMembersArgs args, InvokeOptions options)
fn::invoke:
function: pulumiservice:getOrganizationMembers
arguments:
# arguments dictionaryThe following arguments are supported:
- Organization
Name string - The name of the Pulumi organization.
- Organization
Name string - The name of the Pulumi organization.
- organization
Name String - The name of the Pulumi organization.
- organization
Name string - The name of the Pulumi organization.
- organization_
name str - The name of the Pulumi organization.
- organization
Name String - The name of the Pulumi organization.
getOrganizationMembers Result
The following output properties are available:
Supporting Types
OrganizationMemberInfo
- Username string
- The member's Pulumi Cloud username.
- Virtual
Admin bool - Whether this member is an admin in Pulumi Cloud without admin access on the backing identity provider.
- Role string
- The member's built-in role (member, admin, billing-manager). Absent when a custom role is assigned — check
roleIdin that case. - Role
Id string - The custom role ID assigned to this member, if any.
- Role
Name string - The name of the currently assigned role (custom role name, or built-in role).
- Username string
- The member's Pulumi Cloud username.
- Virtual
Admin bool - Whether this member is an admin in Pulumi Cloud without admin access on the backing identity provider.
- Role string
- The member's built-in role (member, admin, billing-manager). Absent when a custom role is assigned — check
roleIdin that case. - Role
Id string - The custom role ID assigned to this member, if any.
- Role
Name string - The name of the currently assigned role (custom role name, or built-in role).
- username String
- The member's Pulumi Cloud username.
- virtual
Admin Boolean - Whether this member is an admin in Pulumi Cloud without admin access on the backing identity provider.
- role String
- The member's built-in role (member, admin, billing-manager). Absent when a custom role is assigned — check
roleIdin that case. - role
Id String - The custom role ID assigned to this member, if any.
- role
Name String - The name of the currently assigned role (custom role name, or built-in role).
- username string
- The member's Pulumi Cloud username.
- virtual
Admin boolean - Whether this member is an admin in Pulumi Cloud without admin access on the backing identity provider.
- role string
- The member's built-in role (member, admin, billing-manager). Absent when a custom role is assigned — check
roleIdin that case. - role
Id string - The custom role ID assigned to this member, if any.
- role
Name string - The name of the currently assigned role (custom role name, or built-in role).
- username str
- The member's Pulumi Cloud username.
- virtual_
admin bool - Whether this member is an admin in Pulumi Cloud without admin access on the backing identity provider.
- role str
- The member's built-in role (member, admin, billing-manager). Absent when a custom role is assigned — check
roleIdin that case. - role_
id str - The custom role ID assigned to this member, if any.
- role_
name str - The name of the currently assigned role (custom role name, or built-in role).
- username String
- The member's Pulumi Cloud username.
- virtual
Admin Boolean - Whether this member is an admin in Pulumi Cloud without admin access on the backing identity provider.
- role String
- The member's built-in role (member, admin, billing-manager). Absent when a custom role is assigned — check
roleIdin that case. - role
Id String - The custom role ID assigned to this member, if any.
- role
Name String - The name of the currently assigned role (custom role name, or built-in role).
Package Details
- Repository
- pulumiservice pulumi/pulumi-pulumiservice
- License
- Apache-2.0
This provider is currently in preview.
Viewing docs for Pulumi Cloud v0.39.0
published on Tuesday, Apr 28, 2026 by Pulumi
published on Tuesday, Apr 28, 2026 by Pulumi
