|
Consider removing group_id as required for sub-group creation
Is it possible that this field requirement could be removed in favour of auto-incrementing identifiers? The combination of having to provide the identifier, along with the type being numeric, means th
Is it possible that this field requirement could be removed in favour of auto-incrementing identifiers? The combination of having to provide the identifier, along with the type being numeric, means th
|
By
...
· #27
·
|
|
Consider removing group_id as required for sub-group creation
Hi Mark, Actually, re-reading the documentation this makes perfect sense and is even pointed out. Not entirely sure how I missed it. I think the existing parameter name is fine and I just need to read
Hi Mark, Actually, re-reading the documentation this makes perfect sense and is even pointed out. Not entirely sure how I missed it. I think the existing parameter name is fine and I just need to read
|
By
...
· #29
·
|
|
Is it possible to remove a user from a group directly?
I'm wondering if there's some way to remove a user from a group directly, without the subscription identifier? I'm thinking something similar to "direct add" but in reverse. Thanks, Isaac
I'm wondering if there's some way to remove a user from a group directly, without the subscription identifier? I'm thinking something similar to "direct add" but in reverse. Thanks, Isaac
|
By
...
· #30
·
|
|
Interacting with groups using the group name instead of the identifier
In our use case, users will interact with groups directly using the group name - we don't want to store a group identifier mapped to each group name, so it would be nice if we could use the group name
In our use case, users will interact with groups directly using the group name - we don't want to store a group identifier mapped to each group name, so it would be nice if we could use the group name
|
By
...
· #31
·
|
|
New endpoint: /creategroup
Hi Mark, I've been trying out the new /creategroup API but I get an error back with the code "group_not_found"; any ideas if I'm doing something wrong? Thanks, IW
Hi Mark, I've been trying out the new /creategroup API but I get an error back with the code "group_not_found"; any ideas if I'm doing something wrong? Thanks, IW
|
By
...
· #37
·
|
|
New endpoint: /creategroup
Hey Mark, Yep, got past that error. Unfortunately now seeing "bad_request" and the extra just says "privacy". I tried setting "group_privacy_none" and "group_privacy_unlisted". Any idea what I might b
Hey Mark, Yep, got past that error. Unfortunately now seeing "bad_request" and the extra just says "privacy". I tried setting "group_privacy_none" and "group_privacy_unlisted". Any idea what I might b
|
By
...
· #39
·
|
|
New endpoint: /creategroup
Hi Mark, Ok, will use POST (doh!). I'm a little confused on the limitation with the dots; I'm trying to create top level enterprise groups (for the LF projects). They will have a custom domain, so I f
Hi Mark, Ok, will use POST (doh!). I'm a little confused on the limitation with the dots; I'm trying to create top level enterprise groups (for the LF projects). They will have a custom domain, so I f
|
By
...
· #41
·
|
|
New endpoint: /creategroup
Hi Mark, Yes that does make sense - I'll make sure that we're all aware of that (maybe we already are). I've modified my client code to work correctly with the POST calls, and it appears to work now t
Hi Mark, Yes that does make sense - I'll make sure that we're all aware of that (maybe we already are). I've modified my client code to work correctly with the POST calls, and it appears to work now t
|
By
...
· #43
·
|
|
New endpoint: /creategroup
Hi Mark, Ok all is good; I can create a group fine. I'm having issues deleting it after creation though (in tests); it says invalid permissions but I can see that I do have the delete_group permission
Hi Mark, Ok all is good; I can create a group fine. I'm having issues deleting it after creation though (in tests); it says invalid permissions but I can see that I do have the delete_group permission
|
By
...
· #45
·
|
|
Permissions issues working with group create/delete
Hi all, I'm having a couple of issues with creating subgroups and deleting groups, both of which are giving me "inadequate_permissions" as the reason but my Permissions object for the groups has "true
Hi all, I'm having a couple of issues with creating subgroups and deleting groups, both of which are giving me "inadequate_permissions" as the reason but my Permissions object for the groups has "true
|
By
...
· #47
·
|
|
New endpoint: /creategroup
Hi Mark, I've created a separate thread over in https://beta.groups.io/g/api/topic/permissions_issues_working/6294330 to avoid bloating this one. Thanks! IW
Hi Mark, I've created a separate thread over in https://beta.groups.io/g/api/topic/permissions_issues_working/6294330 to avoid bloating this one. Thanks! IW
|
By
...
· #48
·
|
|
Permissions issues working with group create/delete
Hi Mark, Can confirm that for the group creation; setting to unlisted makes it work - however I still can't remove groups or update them. Potentially same root cause somehow? Thanks! IW
Hi Mark, Can confirm that for the group creation; setting to unlisted makes it work - however I still can't remove groups or update them. Potentially same root cause somehow? Thanks! IW
|
By
...
· #50
·
|
|
Retrieving the number of members in a group?
Hi all, Is there a way in the API to retrieve the number of members in a group? I know it's possible to iterate them all and count them, but perhaps a simple count could be added to the Group object?
Hi all, Is there a way in the API to retrieve the number of members in a group? I know it's possible to iterate them all and count them, but perhaps a simple count could be added to the Group object?
|
By
...
· #52
·
|
|
Retrieving the number of members in a group?
HI Mark, Looks perfect, thank you for adding this! Isaac
HI Mark, Looks perfect, thank you for adding this! Isaac
|
By
...
· #54
·
|