Aiven v6.36.0 published on Thursday, Mar 13, 2025 by Pulumi
aiven.getOrganizationUserList
Explore with Pulumi AI
List of users of the organization.
This resource is in the beta stage and may change without notice. Set
the PROVIDER_AIVEN_ENABLE_BETA environment variable to use the resource.
Using getOrganizationUserList
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 getOrganizationUserList(args: GetOrganizationUserListArgs, opts?: InvokeOptions): Promise<GetOrganizationUserListResult>
function getOrganizationUserListOutput(args: GetOrganizationUserListOutputArgs, opts?: InvokeOptions): Output<GetOrganizationUserListResult>def get_organization_user_list(id: Optional[str] = None,
                               name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetOrganizationUserListResult
def get_organization_user_list_output(id: Optional[pulumi.Input[str]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationUserListResult]func GetOrganizationUserList(ctx *Context, args *GetOrganizationUserListArgs, opts ...InvokeOption) (*GetOrganizationUserListResult, error)
func GetOrganizationUserListOutput(ctx *Context, args *GetOrganizationUserListOutputArgs, opts ...InvokeOption) GetOrganizationUserListResultOutput> Note: This function is named GetOrganizationUserList in the Go SDK.
public static class GetOrganizationUserList 
{
    public static Task<GetOrganizationUserListResult> InvokeAsync(GetOrganizationUserListArgs args, InvokeOptions? opts = null)
    public static Output<GetOrganizationUserListResult> Invoke(GetOrganizationUserListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOrganizationUserListResult> getOrganizationUserList(GetOrganizationUserListArgs args, InvokeOptions options)
public static Output<GetOrganizationUserListResult> getOrganizationUserList(GetOrganizationUserListArgs args, InvokeOptions options)
fn::invoke:
  function: aiven:index/getOrganizationUserList:getOrganizationUserList
  arguments:
    # arguments dictionaryThe following arguments are supported:
getOrganizationUserList Result
The following output properties are available:
- Users
List<GetOrganization User List User> 
- List of users of the organization
- Id string
- Organization id. Example: org12345678.
- Name string
- Organization name. Example: aiven.
- Users
[]GetOrganization User List User 
- List of users of the organization
- Id string
- Organization id. Example: org12345678.
- Name string
- Organization name. Example: aiven.
- users
List<GetOrganization User List User> 
- List of users of the organization
- id String
- Organization id. Example: org12345678.
- name String
- Organization name. Example: aiven.
- users
GetOrganization User List User[] 
- List of users of the organization
- id string
- Organization id. Example: org12345678.
- name string
- Organization name. Example: aiven.
- users
Sequence[GetOrganization User List User] 
- List of users of the organization
- id str
- Organization id. Example: org12345678.
- name str
- Organization name. Example: aiven.
- users List<Property Map>
- List of users of the organization
- id String
- Organization id. Example: org12345678.
- name String
- Organization name. Example: aiven.
Supporting Types
GetOrganizationUserListUser    
- IsSuper boolAdmin 
- Super admin state of the organization user
- JoinTime string
- Join time
- LastActivity stringTime 
- Last activity time
- UserId string
- User ID
- UserInfos List<GetOrganization User List User User Info> 
- IsSuper boolAdmin 
- Super admin state of the organization user
- JoinTime string
- Join time
- LastActivity stringTime 
- Last activity time
- UserId string
- User ID
- UserInfos []GetOrganization User List User User Info 
- isSuper BooleanAdmin 
- Super admin state of the organization user
- joinTime String
- Join time
- lastActivity StringTime 
- Last activity time
- userId String
- User ID
- userInfos List<GetOrganization User List User User Info> 
- isSuper booleanAdmin 
- Super admin state of the organization user
- joinTime string
- Join time
- lastActivity stringTime 
- Last activity time
- userId string
- User ID
- userInfos GetOrganization User List User User Info[] 
- is_super_ booladmin 
- Super admin state of the organization user
- join_time str
- Join time
- last_activity_ strtime 
- Last activity time
- user_id str
- User ID
- user_infos Sequence[GetOrganization User List User User Info] 
- isSuper BooleanAdmin 
- Super admin state of the organization user
- joinTime String
- Join time
- lastActivity StringTime 
- Last activity time
- userId String
- User ID
- userInfos List<Property Map>
GetOrganizationUserListUserUserInfo      
- City string
- City
- Country string
- Country
- CreateTime string
- Creation time
- Department string
- Department
- IsApplication boolUser 
- Is Application User
- JobTitle string
- Job Title
- ManagedBy boolScim 
- Managed By Scim
- ManagingOrganization stringId 
- Managing Organization ID
- RealName string
- Real Name
- State string
- State
- UserEmail string
- User Email
- City string
- City
- Country string
- Country
- CreateTime string
- Creation time
- Department string
- Department
- IsApplication boolUser 
- Is Application User
- JobTitle string
- Job Title
- ManagedBy boolScim 
- Managed By Scim
- ManagingOrganization stringId 
- Managing Organization ID
- RealName string
- Real Name
- State string
- State
- UserEmail string
- User Email
- city String
- City
- country String
- Country
- createTime String
- Creation time
- department String
- Department
- isApplication BooleanUser 
- Is Application User
- jobTitle String
- Job Title
- managedBy BooleanScim 
- Managed By Scim
- managingOrganization StringId 
- Managing Organization ID
- realName String
- Real Name
- state String
- State
- userEmail String
- User Email
- city string
- City
- country string
- Country
- createTime string
- Creation time
- department string
- Department
- isApplication booleanUser 
- Is Application User
- jobTitle string
- Job Title
- managedBy booleanScim 
- Managed By Scim
- managingOrganization stringId 
- Managing Organization ID
- realName string
- Real Name
- state string
- State
- userEmail string
- User Email
- city str
- City
- country str
- Country
- create_time str
- Creation time
- department str
- Department
- is_application_ booluser 
- Is Application User
- job_title str
- Job Title
- managed_by_ boolscim 
- Managed By Scim
- managing_organization_ strid 
- Managing Organization ID
- real_name str
- Real Name
- state str
- State
- user_email str
- User Email
- city String
- City
- country String
- Country
- createTime String
- Creation time
- department String
- Department
- isApplication BooleanUser 
- Is Application User
- jobTitle String
- Job Title
- managedBy BooleanScim 
- Managed By Scim
- managingOrganization StringId 
- Managing Organization ID
- realName String
- Real Name
- state String
- State
- userEmail String
- User Email
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the aivenTerraform Provider.