published on Tuesday, Mar 17, 2026 by Pulumi
published on Tuesday, Mar 17, 2026 by Pulumi
The Organization User data source provides information about the existing Aiven Organization User.
This resource is deprecated Users cannot be invited to an organization using Terraform. Use the Aiven Console to invite users to your organization. After the user accepts the invite you can get their information using the
aiven.OrganizationUserdata source. You can manage user access to projects with theaiven.OrganizationUserGroup,aiven.OrganizationUserGroupMember, andaiven.OrganizationPermissionresources.
Using getOrganizationUser
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 getOrganizationUser(args: GetOrganizationUserArgs, opts?: InvokeOptions): Promise<GetOrganizationUserResult>
function getOrganizationUserOutput(args: GetOrganizationUserOutputArgs, opts?: InvokeOptions): Output<GetOrganizationUserResult>def get_organization_user(organization_id: Optional[str] = None,
user_email: Optional[str] = None,
user_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrganizationUserResult
def get_organization_user_output(organization_id: Optional[pulumi.Input[str]] = None,
user_email: Optional[pulumi.Input[str]] = None,
user_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationUserResult]func LookupOrganizationUser(ctx *Context, args *LookupOrganizationUserArgs, opts ...InvokeOption) (*LookupOrganizationUserResult, error)
func LookupOrganizationUserOutput(ctx *Context, args *LookupOrganizationUserOutputArgs, opts ...InvokeOption) LookupOrganizationUserResultOutput> Note: This function is named LookupOrganizationUser in the Go SDK.
public static class GetOrganizationUser
{
public static Task<GetOrganizationUserResult> InvokeAsync(GetOrganizationUserArgs args, InvokeOptions? opts = null)
public static Output<GetOrganizationUserResult> Invoke(GetOrganizationUserInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOrganizationUserResult> getOrganizationUser(GetOrganizationUserArgs args, InvokeOptions options)
public static Output<GetOrganizationUserResult> getOrganizationUser(GetOrganizationUserArgs args, InvokeOptions options)
fn::invoke:
function: aiven:index/getOrganizationUser:getOrganizationUser
arguments:
# arguments dictionaryThe following arguments are supported:
- Organization
Id string - The unique organization ID.
- User
Email string - This is a user email address
- User
Id string - The unique organization user ID
- Organization
Id string - The unique organization ID.
- User
Email string - This is a user email address
- User
Id string - The unique organization user ID
- organization
Id String - The unique organization ID.
- user
Email String - This is a user email address
- user
Id String - The unique organization user ID
- organization
Id string - The unique organization ID.
- user
Email string - This is a user email address
- user
Id string - The unique organization user ID
- organization_
id str - The unique organization ID.
- user_
email str - This is a user email address
- user_
id str - The unique organization user ID
- organization
Id String - The unique organization ID.
- user
Email String - This is a user email address
- user
Id String - The unique organization user ID
getOrganizationUser Result
The following output properties are available:
- Create
Time string - Time of creation
- Id string
- The provider-assigned unique ID for this managed resource.
- Organization
Id string - The unique organization ID.
- User
Email string - This is a user email address
- User
Id string - The unique organization user ID
- Create
Time string - Time of creation
- Id string
- The provider-assigned unique ID for this managed resource.
- Organization
Id string - The unique organization ID.
- User
Email string - This is a user email address
- User
Id string - The unique organization user ID
- create
Time String - Time of creation
- id String
- The provider-assigned unique ID for this managed resource.
- organization
Id String - The unique organization ID.
- user
Email String - This is a user email address
- user
Id String - The unique organization user ID
- create
Time string - Time of creation
- id string
- The provider-assigned unique ID for this managed resource.
- organization
Id string - The unique organization ID.
- user
Email string - This is a user email address
- user
Id string - The unique organization user ID
- create_
time str - Time of creation
- id str
- The provider-assigned unique ID for this managed resource.
- organization_
id str - The unique organization ID.
- user_
email str - This is a user email address
- user_
id str - The unique organization user ID
- create
Time String - Time of creation
- id String
- The provider-assigned unique ID for this managed resource.
- organization
Id String - The unique organization ID.
- user
Email String - This is a user email address
- user
Id String - The unique organization user ID
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aivenTerraform Provider.
published on Tuesday, Mar 17, 2026 by Pulumi
