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

Create Group with initial members #65

Closed
2 tasks
clintfred opened this issue Nov 5, 2019 · 0 comments
Closed
2 tasks

Create Group with initial members #65

clintfred opened this issue Nov 5, 2019 · 0 comments
Assignees
Milestone

Comments

@clintfred
Copy link
Contributor

As as application developer
I want to be able to specify the initial group members on create
so that I don't have to make additional calls to set up the membership

AC:

  • GroupCreateOpts should contain both add_as_member to mark the calling user as a member and members: Vec<UserId> to allow other members to be added
  • return structure for group create should reflect the membership.

I'm uncertain if the web service supports partial failure for adding members on create. If it does, the users that failed to be added to the membership on create should also be included in the result.

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

No branches or pull requests

3 participants