pulp / pulp/pulpcore

a remove_user http verb ?

Open
#5,110 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature
Dominant language
Python
Stars
598
Forks
168
Avg merge
1d 4h
Merged PRs (30d)
86

Description

Hello,

I try to remove a user from a group by restapi. According to the doc , it needs groups_user_href
Thanks to ggainey 's help,(details of my question) , I know now it is constructed by one part of user-href after the API ROOT appended to the group-href
Eg:

user_href => /pulp/api/v3/users/2/
group_href =>  /pulp/api/v3/groups/1/
then 
groups_user_href => /pulp/api/v3/groups/1/users/2/

I am not sure if my demand to add groups_user_href info is suitable or not, because maybe some usecase needs user_href when doing groups:users/list users query

Or maybe can add explanation/example in the doc to explain how to constructed groups_user_href?

thanks

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked Groups: Users DELETE and list-users REST API documentation. Check how groups_user_href is described and whether the example construction from a user href and group href is clear; done means the documentation explains the value and its relationship to user_href without ambiguity.

Written by the indexing model from the issue text.

Assessment

Domain
api, documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.