get User
The gitlab.User
data source allows details of a user to be retrieved by either the user ID, username or email address.
Some attributes might not be returned depending on if you're an admin or not. When using the
Return
A collection of values returned by getUser.
Parameters
A collection of arguments for invoking getUser.
Return
A collection of values returned by getUser.
Parameters
The public email address of the user. Note: before GitLab 14.8 the lookup was based on the users primary email address.
The ID of the user's namespace. Requires admin token to access this field. Available since GitLab 14.10.
The ID of the user.
The username of the user.
See also
Return
A collection of values returned by getUser.
Parameters
Builder for com.pulumi.gitlab.kotlin.inputs.GetUserPlainArgs.