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.
The ID of the user's namespace. Requires admin token to access this field.
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.