|
Re: 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
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
|
By
Isaac Whitfield <iw@...>
·
#41
·
|
|
Re: New endpoint: /creategroup
Hi Isaac,
Hey, that one's on me as well. The docs need to be more clear and I need to return a specific error for that.
Ok, so this is a little confusing, and is a result of how Groups.io
Hi Isaac,
Hey, that one's on me as well. The docs need to be more clear and I need to return a specific error for that.
Ok, so this is a little confusing, and is a result of how Groups.io
|
By
Mark Fletcher
·
#42
·
|
|
Re: 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
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
|
By
Isaac Whitfield <iw@...>
·
#43
·
|
|
Re: New endpoint: /creategroup
Hi Isaac,
Doh! Sorry about that. Fixed now.
Mark
Hi Isaac,
Doh! Sorry about that. Fixed now.
Mark
|
By
Mark Fletcher
·
#44
·
|
|
Re: 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
Isaac Whitfield <iw@...>
·
#45
·
|
|
Re: New endpoint: /creategroup
Hi Isaac,
I think, but am not positive, it's because you're using DELETE instead of POST. Can you try again with POST? I did not test with DELETE, and looking at the code, I don't think it supports
Hi Isaac,
I think, but am not positive, it's because you're using DELETE instead of POST. Can you try again with POST? I did not test with DELETE, and looking at the code, I don't think it supports
|
By
Mark Fletcher
·
#46
·
|
|
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
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
|
By
Isaac Whitfield <iw@...>
·
#47
·
|
|
Re: 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
Isaac Whitfield <iw@...>
·
#48
·
|
|
Re: Permissions issues working with group create/delete
Hi Isaac,
I believe the problem is that, for groups that are listed in the directory, I must approve them before you are allowed to do many things, including create subgroups. This is an anti-spam
Hi Isaac,
I believe the problem is that, for groups that are listed in the directory, I must approve them before you are allowed to do many things, including create subgroups. This is an anti-spam
|
By
Mark Fletcher
·
#49
·
|
|
Re: 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
Isaac Whitfield <iw@...>
·
#50
·
|
|
Re: Permissions issues working with group create/delete
Hi Isaac,
My screw up. It should be fixed now. For real this time.
Thanks,
Mark
Hi Isaac,
My screw up. It should be fixed now. For real this time.
Thanks,
Mark
|
By
Mark Fletcher
·
#51
·
|
|
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
Isaac Whitfield <iw@...>
·
#52
·
|
|
Re: Retrieving the number of members in a group?
Hi Isaac,
The group object now returns various counts, including counts for subs, pending subs, pending messages, threads and messages.
Hope this helps.
Mark
Hi Isaac,
The group object now returns various counts, including counts for subs, pending subs, pending messages, threads and messages.
Hope this helps.
Mark
|
By
Mark Fletcher
·
#53
·
|
|
Re: 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
Isaac Whitfield <iw@...>
·
#54
·
|
|
API key available?
GA - we'd like to start working on a couple of integration projects. The first will sync the groups.io member list with our database. Are API keys available for projects like this? Thanks, Bill
GA - we'd like to start working on a couple of integration projects. The first will sync the groups.io member list with our database. Are API keys available for projects like this? Thanks, Bill
|
By
moderator
·
#55
·
|
|
"Files" Object
Hi!
I am new here. I am planning to utilize this API for some "community stuff" around a group I am a member of.
First thing I saw: An API_KEY is required to access the groups.io API. Where can I get
Hi!
I am new here. I am planning to utilize this API for some "community stuff" around a group I am a member of.
First thing I saw: An API_KEY is required to access the groups.io API. Where can I get
|
By
Andreas Sedlmeier
·
#56
·
|
|
Python API library
Hello, is there any active development on a Python library with API bindings for groups.io? Something pip-installable? Maybe a Github organization? I plan to write some API bindings in Python for a
Hello, is there any active development on a Python library with API bindings for groups.io? Something pip-installable? Maybe a Github organization? I plan to write some API bindings in Python for a
|
By
charlesreid1.dib@...
·
#57
·
|
|
getting a Auth token
I'm trying to get an auth token to fetch data from the API. I'm following the instructions here: https://groups.io/api#authentication-1 however when I execute the command:
$ curl
I'm trying to get an auth token to fetch data from the API. I'm following the instructions here: https://groups.io/api#authentication-1 however when I execute the command:
$ curl
|
By
valcos
·
#58
·
|
|
Re: getting a Auth token
You need to specify an API token instead of <my-username> in your example. While the API is in alpha, you can use the token 123456.
Cheers,
Mark
You need to specify an API token instead of <my-username> in your example. While the API is in alpha, you can use the token 123456.
Cheers,
Mark
|
By
Mark Fletcher
·
#59
·
|
|
Re: getting a Auth token
Great! Thank you Mark!
By
valcos
·
#60
·
|