Allow configurable permissions to be set when creating group memberships.
- Vorherrschende Sprache
- Java
- Sterne
- 170
- Forks
- 189
- Ø Merge
- 20 Std. 26 Min.
- Gemergte PRs (30 T.)
- 22
Beschreibung
### Is your feature request related to a problem? Please describe.
Want to set configurable_permissions at the same time when creating group memberships.
### Describe the solution you'd like
I think a good way to do this is to add an addMembership method to the BoxGroup class that corresponds to Configurable Permission.
We believe that it is possible to set the Permission when an administrator is added by performing the same process as the configurable permission implemented in the Box Python SDK.
https://github.com/box/box-python-sdk/blob/master/docs/usage/group.md#add-user-to-group
### Describe alternatives you've considered
N/A
### Additional context
N/A
Beitragsleitfaden
Rechercherichtung
Start with the BoxGroup class and its existing group-membership creation methods, then compare their request parameters with the linked Box Python SDK documentation for configurable permissions. Done means the Java SDK can set configurable_permissions while creating a membership, with behavior consistent with the documented Python SDK flow.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- api
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100