Viewing docs for GitLab v9.10.0
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Viewing docs for GitLab v9.10.0
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
The gitlab.getGroupProvisionedUsers data source retrieves details of the provisioned users in a given group.
Upstream API: GitLab REST API docs
Using getGroupProvisionedUsers
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 getGroupProvisionedUsers(args: GetGroupProvisionedUsersArgs, opts?: InvokeOptions): Promise<GetGroupProvisionedUsersResult>
function getGroupProvisionedUsersOutput(args: GetGroupProvisionedUsersOutputArgs, opts?: InvokeOptions): Output<GetGroupProvisionedUsersResult>def get_group_provisioned_users(active: Optional[bool] = None,
blocked: Optional[bool] = None,
created_after: Optional[str] = None,
created_before: Optional[str] = None,
id: Optional[str] = None,
provisioned_users: Optional[Sequence[GetGroupProvisionedUsersProvisionedUser]] = None,
search: Optional[str] = None,
username: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGroupProvisionedUsersResult
def get_group_provisioned_users_output(active: Optional[pulumi.Input[bool]] = None,
blocked: Optional[pulumi.Input[bool]] = None,
created_after: Optional[pulumi.Input[str]] = None,
created_before: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
provisioned_users: Optional[pulumi.Input[Sequence[pulumi.Input[GetGroupProvisionedUsersProvisionedUserArgs]]]] = None,
search: Optional[pulumi.Input[str]] = None,
username: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGroupProvisionedUsersResult]func GetGroupProvisionedUsers(ctx *Context, args *GetGroupProvisionedUsersArgs, opts ...InvokeOption) (*GetGroupProvisionedUsersResult, error)
func GetGroupProvisionedUsersOutput(ctx *Context, args *GetGroupProvisionedUsersOutputArgs, opts ...InvokeOption) GetGroupProvisionedUsersResultOutput> Note: This function is named GetGroupProvisionedUsers in the Go SDK.
public static class GetGroupProvisionedUsers
{
public static Task<GetGroupProvisionedUsersResult> InvokeAsync(GetGroupProvisionedUsersArgs args, InvokeOptions? opts = null)
public static Output<GetGroupProvisionedUsersResult> Invoke(GetGroupProvisionedUsersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGroupProvisionedUsersResult> getGroupProvisionedUsers(GetGroupProvisionedUsersArgs args, InvokeOptions options)
public static Output<GetGroupProvisionedUsersResult> getGroupProvisionedUsers(GetGroupProvisionedUsersArgs args, InvokeOptions options)
fn::invoke:
function: gitlab:index/getGroupProvisionedUsers:getGroupProvisionedUsers
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- The ID or URL-encoded path of the group.
- Active bool
- Return only active provisioned users.
- Blocked bool
- Return only blocked provisioned users.
- Created
After string - Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- Created
Before string - Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- Provisioned
Users List<Pulumi.Git Lab. Inputs. Get Group Provisioned Users Provisioned User> - The list of provisioned users.
- Search string
- The search query to filter the provisioned users.
- Username string
- The username of the provisioned user.
- Id string
- The ID or URL-encoded path of the group.
- Active bool
- Return only active provisioned users.
- Blocked bool
- Return only blocked provisioned users.
- Created
After string - Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- Created
Before string - Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- Provisioned
Users []GetGroup Provisioned Users Provisioned User - The list of provisioned users.
- Search string
- The search query to filter the provisioned users.
- Username string
- The username of the provisioned user.
- id String
- The ID or URL-encoded path of the group.
- active Boolean
- Return only active provisioned users.
- blocked Boolean
- Return only blocked provisioned users.
- created
After String - Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- created
Before String - Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- provisioned
Users List<GetGroup Provisioned Users Provisioned User> - The list of provisioned users.
- search String
- The search query to filter the provisioned users.
- username String
- The username of the provisioned user.
- id string
- The ID or URL-encoded path of the group.
- active boolean
- Return only active provisioned users.
- blocked boolean
- Return only blocked provisioned users.
- created
After string - Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- created
Before string - Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- provisioned
Users GetGroup Provisioned Users Provisioned User[] - The list of provisioned users.
- search string
- The search query to filter the provisioned users.
- username string
- The username of the provisioned user.
- id str
- The ID or URL-encoded path of the group.
- active bool
- Return only active provisioned users.
- blocked bool
- Return only blocked provisioned users.
- created_
after str - Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- created_
before str - Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- provisioned_
users Sequence[GetGroup Provisioned Users Provisioned User] - The list of provisioned users.
- search str
- The search query to filter the provisioned users.
- username str
- The username of the provisioned user.
- id String
- The ID or URL-encoded path of the group.
- active Boolean
- Return only active provisioned users.
- blocked Boolean
- Return only blocked provisioned users.
- created
After String - Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- created
Before String - Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- provisioned
Users List<Property Map> - The list of provisioned users.
- search String
- The search query to filter the provisioned users.
- username String
- The username of the provisioned user.
getGroupProvisionedUsers Result
The following output properties are available:
- Id string
- The ID or URL-encoded path of the group.
- Active bool
- Return only active provisioned users.
- Blocked bool
- Return only blocked provisioned users.
- Created
After string - Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- Created
Before string - Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- Provisioned
Users List<Pulumi.Git Lab. Outputs. Get Group Provisioned Users Provisioned User> - The list of provisioned users.
- Search string
- The search query to filter the provisioned users.
- Username string
- The username of the provisioned user.
- Id string
- The ID or URL-encoded path of the group.
- Active bool
- Return only active provisioned users.
- Blocked bool
- Return only blocked provisioned users.
- Created
After string - Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- Created
Before string - Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- Provisioned
Users []GetGroup Provisioned Users Provisioned User - The list of provisioned users.
- Search string
- The search query to filter the provisioned users.
- Username string
- The username of the provisioned user.
- id String
- The ID or URL-encoded path of the group.
- active Boolean
- Return only active provisioned users.
- blocked Boolean
- Return only blocked provisioned users.
- created
After String - Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- created
Before String - Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- provisioned
Users List<GetGroup Provisioned Users Provisioned User> - The list of provisioned users.
- search String
- The search query to filter the provisioned users.
- username String
- The username of the provisioned user.
- id string
- The ID or URL-encoded path of the group.
- active boolean
- Return only active provisioned users.
- blocked boolean
- Return only blocked provisioned users.
- created
After string - Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- created
Before string - Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- provisioned
Users GetGroup Provisioned Users Provisioned User[] - The list of provisioned users.
- search string
- The search query to filter the provisioned users.
- username string
- The username of the provisioned user.
- id str
- The ID or URL-encoded path of the group.
- active bool
- Return only active provisioned users.
- blocked bool
- Return only blocked provisioned users.
- created_
after str - Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- created_
before str - Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- provisioned_
users Sequence[GetGroup Provisioned Users Provisioned User] - The list of provisioned users.
- search str
- The search query to filter the provisioned users.
- username str
- The username of the provisioned user.
- id String
- The ID or URL-encoded path of the group.
- active Boolean
- Return only active provisioned users.
- blocked Boolean
- Return only blocked provisioned users.
- created
After String - Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- created
Before String - Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
- provisioned
Users List<Property Map> - The list of provisioned users.
- search String
- The search query to filter the provisioned users.
- username String
- The username of the provisioned user.
Supporting Types
GetGroupProvisionedUsersProvisionedUser
- Avatar
Url string - The avatar URL of the provisioned user.
- Bio string
- The bio of the provisioned user.
- Bot bool
- Whether the provisioned user is a bot.
- Confirmed
At string - The confirmation date of the provisioned user.
- Created
At string - The creation date of the provisioned user.
- Email string
- The email of the provisioned user.
- External bool
- Whether the provisioned user is external.
- Id string
- The ID of the provisioned user.
- Job
Title string - The job title of the provisioned user.
- Last
Activity stringOn - The last activity date of the provisioned user.
- Last
Sign stringIn At - The last sign-in date of the provisioned user.
- Linkedin string
- The LinkedIn ID of the provisioned user.
- Location string
- The location of the provisioned user.
- Name string
- The name of the provisioned user.
- Organization string
- The organization of the provisioned user.
- Private
Profile bool - Whether the provisioned user has a private profile.
- Pronouns string
- The pronouns of the provisioned user.
- Public
Email string - The public email of the provisioned user.
- Skype string
- The Skype ID of the provisioned user.
- State string
- The state of the provisioned user.
- Twitter string
- The Twitter ID of the provisioned user.
- Two
Factor boolEnabled - Whether two-factor authentication is enabled for the provisioned user.
- Username string
- The username of the provisioned user.
- Web
Url string - The web URL of the provisioned user.
- Website
Url string - The website URL of the provisioned user.
- Avatar
Url string - The avatar URL of the provisioned user.
- Bio string
- The bio of the provisioned user.
- Bot bool
- Whether the provisioned user is a bot.
- Confirmed
At string - The confirmation date of the provisioned user.
- Created
At string - The creation date of the provisioned user.
- Email string
- The email of the provisioned user.
- External bool
- Whether the provisioned user is external.
- Id string
- The ID of the provisioned user.
- Job
Title string - The job title of the provisioned user.
- Last
Activity stringOn - The last activity date of the provisioned user.
- Last
Sign stringIn At - The last sign-in date of the provisioned user.
- Linkedin string
- The LinkedIn ID of the provisioned user.
- Location string
- The location of the provisioned user.
- Name string
- The name of the provisioned user.
- Organization string
- The organization of the provisioned user.
- Private
Profile bool - Whether the provisioned user has a private profile.
- Pronouns string
- The pronouns of the provisioned user.
- Public
Email string - The public email of the provisioned user.
- Skype string
- The Skype ID of the provisioned user.
- State string
- The state of the provisioned user.
- Twitter string
- The Twitter ID of the provisioned user.
- Two
Factor boolEnabled - Whether two-factor authentication is enabled for the provisioned user.
- Username string
- The username of the provisioned user.
- Web
Url string - The web URL of the provisioned user.
- Website
Url string - The website URL of the provisioned user.
- avatar
Url String - The avatar URL of the provisioned user.
- bio String
- The bio of the provisioned user.
- bot Boolean
- Whether the provisioned user is a bot.
- confirmed
At String - The confirmation date of the provisioned user.
- created
At String - The creation date of the provisioned user.
- email String
- The email of the provisioned user.
- external Boolean
- Whether the provisioned user is external.
- id String
- The ID of the provisioned user.
- job
Title String - The job title of the provisioned user.
- last
Activity StringOn - The last activity date of the provisioned user.
- last
Sign StringIn At - The last sign-in date of the provisioned user.
- linkedin String
- The LinkedIn ID of the provisioned user.
- location String
- The location of the provisioned user.
- name String
- The name of the provisioned user.
- organization String
- The organization of the provisioned user.
- private
Profile Boolean - Whether the provisioned user has a private profile.
- pronouns String
- The pronouns of the provisioned user.
- public
Email String - The public email of the provisioned user.
- skype String
- The Skype ID of the provisioned user.
- state String
- The state of the provisioned user.
- twitter String
- The Twitter ID of the provisioned user.
- two
Factor BooleanEnabled - Whether two-factor authentication is enabled for the provisioned user.
- username String
- The username of the provisioned user.
- web
Url String - The web URL of the provisioned user.
- website
Url String - The website URL of the provisioned user.
- avatar
Url string - The avatar URL of the provisioned user.
- bio string
- The bio of the provisioned user.
- bot boolean
- Whether the provisioned user is a bot.
- confirmed
At string - The confirmation date of the provisioned user.
- created
At string - The creation date of the provisioned user.
- email string
- The email of the provisioned user.
- external boolean
- Whether the provisioned user is external.
- id string
- The ID of the provisioned user.
- job
Title string - The job title of the provisioned user.
- last
Activity stringOn - The last activity date of the provisioned user.
- last
Sign stringIn At - The last sign-in date of the provisioned user.
- linkedin string
- The LinkedIn ID of the provisioned user.
- location string
- The location of the provisioned user.
- name string
- The name of the provisioned user.
- organization string
- The organization of the provisioned user.
- private
Profile boolean - Whether the provisioned user has a private profile.
- pronouns string
- The pronouns of the provisioned user.
- public
Email string - The public email of the provisioned user.
- skype string
- The Skype ID of the provisioned user.
- state string
- The state of the provisioned user.
- twitter string
- The Twitter ID of the provisioned user.
- two
Factor booleanEnabled - Whether two-factor authentication is enabled for the provisioned user.
- username string
- The username of the provisioned user.
- web
Url string - The web URL of the provisioned user.
- website
Url string - The website URL of the provisioned user.
- avatar_
url str - The avatar URL of the provisioned user.
- bio str
- The bio of the provisioned user.
- bot bool
- Whether the provisioned user is a bot.
- confirmed_
at str - The confirmation date of the provisioned user.
- created_
at str - The creation date of the provisioned user.
- email str
- The email of the provisioned user.
- external bool
- Whether the provisioned user is external.
- id str
- The ID of the provisioned user.
- job_
title str - The job title of the provisioned user.
- last_
activity_ stron - The last activity date of the provisioned user.
- last_
sign_ strin_ at - The last sign-in date of the provisioned user.
- linkedin str
- The LinkedIn ID of the provisioned user.
- location str
- The location of the provisioned user.
- name str
- The name of the provisioned user.
- organization str
- The organization of the provisioned user.
- private_
profile bool - Whether the provisioned user has a private profile.
- pronouns str
- The pronouns of the provisioned user.
- public_
email str - The public email of the provisioned user.
- skype str
- The Skype ID of the provisioned user.
- state str
- The state of the provisioned user.
- twitter str
- The Twitter ID of the provisioned user.
- two_
factor_ boolenabled - Whether two-factor authentication is enabled for the provisioned user.
- username str
- The username of the provisioned user.
- web_
url str - The web URL of the provisioned user.
- website_
url str - The website URL of the provisioned user.
- avatar
Url String - The avatar URL of the provisioned user.
- bio String
- The bio of the provisioned user.
- bot Boolean
- Whether the provisioned user is a bot.
- confirmed
At String - The confirmation date of the provisioned user.
- created
At String - The creation date of the provisioned user.
- email String
- The email of the provisioned user.
- external Boolean
- Whether the provisioned user is external.
- id String
- The ID of the provisioned user.
- job
Title String - The job title of the provisioned user.
- last
Activity StringOn - The last activity date of the provisioned user.
- last
Sign StringIn At - The last sign-in date of the provisioned user.
- linkedin String
- The LinkedIn ID of the provisioned user.
- location String
- The location of the provisioned user.
- name String
- The name of the provisioned user.
- organization String
- The organization of the provisioned user.
- private
Profile Boolean - Whether the provisioned user has a private profile.
- pronouns String
- The pronouns of the provisioned user.
- public
Email String - The public email of the provisioned user.
- skype String
- The Skype ID of the provisioned user.
- state String
- The state of the provisioned user.
- twitter String
- The Twitter ID of the provisioned user.
- two
Factor BooleanEnabled - Whether two-factor authentication is enabled for the provisioned user.
- username String
- The username of the provisioned user.
- web
Url String - The web URL of the provisioned user.
- website
Url String - The website URL of the provisioned user.
Package Details
- Repository
- GitLab pulumi/pulumi-gitlab
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
gitlabTerraform Provider.
Viewing docs for GitLab v9.10.0
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
