2

I found Gitlab API from here GetProjectMembers

It says we can use query string in API.

GET /projects/:id/members/all
Attribute   Type    Required    Description
query      string         no    A query string to search for members

So my question is how to query it like 'access_level=50' or some how.

I am a really fresh man for this and thank you in advance.

1
  • AFAIK (though I'm still digging), the (fuzzy?) query filter for .../members/[all] applies only to the name, username and email attributes. Commented Aug 3, 2023 at 9:47

1 Answer 1

0

I found sth like this

/project_members?sort=access_level_desc

and this is a Compromise method

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.