@pulumi/pulumiservice
Version:
[](https://slack.pulumi.com) [](https://www.npmjs.com/package/@pulumi/pulumiservice) [ with the seat-count roster, deduped by username, so SAML- and non-SAML-provisioned members both appear regardless of which roster they're tracked in.
*/
export declare function getOrganizationMembers(args: GetOrganizationMembersArgs, opts?: pulumi.InvokeOptions): Promise<GetOrganizationMembersResult>;
export interface GetOrganizationMembersArgs {
/**
* The name of the Pulumi organization.
*/
organizationName: string;
}
export interface GetOrganizationMembersResult {
readonly members: outputs.OrganizationMemberInfo[];
}
/**
* Lists all members of a Pulumi Cloud organization, including their role assignments. Merges Pulumi Cloud's identity-provider roster (paginated; includes users who haven't signed in to Pulumi yet) with the seat-count roster, deduped by username, so SAML- and non-SAML-provisioned members both appear regardless of which roster they're tracked in.
*/
export declare function getOrganizationMembersOutput(args: GetOrganizationMembersOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetOrganizationMembersResult>;
export interface GetOrganizationMembersOutputArgs {
/**
* The name of the Pulumi organization.
*/
organizationName: pulumi.Input<string>;
}
//# sourceMappingURL=getOrganizationMembers.d.ts.map