Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement suggestions #185

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

OgreTransporter
Copy link

@OgreTransporter OgreTransporter commented Oct 26, 2020

Allow user search by properties, see https://docs.gitlab.com/ee/api/users.html#for-admins.

You can lookup users by external UID and provider:

GET /users?extern_uid=1234567&provider=github
GetByPropertiesAsync("extern_uid=1234567&provider=github")

or

GetByPropertiesAsync(new GitLabApiClient.Models.Users.Requests.UpdateUserRequest() { ExternUid = "1234567", Provider = "github" })

The optional hard_delete parameter has been added to the Delete User function (https://docs.gitlab.com/ee/api/users.html#user-deletion).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant