Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
go-gitlab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
go-gitlab
Commits
12383e7e
Commit
12383e7e
authored
Sep 07, 2016
by
George Dobrovolsky
Committed by
Sander van Harmelen
Sep 07, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add username parameter to user search (#70)
Check out
http://docs.gitlab.com/ce/api/users.html
parent
c68b8314
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
users.go
users.go
+3
-2
No files found.
users.go
View file @
12383e7e
...
...
@@ -71,8 +71,9 @@ type UserIdentity struct {
// GitLab API docs: http://doc.gitlab.com/ce/api/users.html#list-users
type
ListUsersOptions
struct
{
ListOptions
Active
*
bool
`url:"active,omitempty" json:"active,omitempty"`
Search
*
string
`url:"search,omitempty" json:"search,omitempty"`
Active
*
bool
`url:"active,omitempty" json:"active,omitempty"`
Search
*
string
`url:"search,omitempty" json:"search,omitempty"`
Username
*
string
`url:"username,omitempty" json:"username,omitempty"`
}
// ListUsers gets a list of users.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment