|
How to add a new group member through the API
Basic/Free groups do not support direct add functionality, either through the website or the API. Cheers, Mark
Basic/Free groups do not support direct add functionality, either through the website or the API. Cheers, Mark
|
By
Mark Fletcher
· #232
·
|
|
How to add a new group member through the API
I am working on a new website for my Amateur Radio Club. Our club has a Groups.io subscription that I believe is a Basic Subscription. My question is - is it possible to add a new Club Member to the C
I am working on a new website for my Amateur Radio Club. Our club has a Groups.io subscription that I believe is a Basic Subscription. My question is - is it possible to add a new Club Member to the C
|
By
...
· #231
·
|
|
getmemberdirectory from non-member admin
It does: as I said: "I can get this list for subgroups I am a member of." And yes, this is what I expect is the case, which is why I'm looking for any useful workarounds :) -- Chris
It does: as I said: "I can get this list for subgroups I am a member of." And yes, this is what I expect is the case, which is why I'm looking for any useful workarounds :) -- Chris
|
By
Christopher Schmidt
· #230
·
|
|
getmemberdirectory from non-member admin
I've only played with the API, so definitely not an expert. To me, the easiest answer would be to make yourself a member of the subgroup to see if it works then. If so, then we'll know that the implie
I've only played with the API, so definitely not an expert. To me, the easiest answer would be to make yourself a member of the subgroup to see if it works then. If so, then we'll know that the implie
|
By
Duane
· #229
·
|
|
getmemberdirectory from non-member admin
Hi, I am an admin of a group. When I attempt to call getmemberdirectory on a subgroup that I'm not a member of, I get an inadequate permissions error. ( {"object":"error","type":"inadequate_permission
Hi, I am an admin of a group. When I attempt to call getmemberdirectory on a subgroup that I'm not a member of, I get an inadequate permissions error. ( {"object":"error","type":"inadequate_permission
|
By
Christopher Schmidt
· #228
·
|
|
addfiles API still in development?
Cool. Thanks for the info. An explicit "I don't know" is better than the dreaded "Real soon now". đ Off-list, someone reminded me of the Upload Folder feature. That may be good enough as well.
Cool. Thanks for the info. An explicit "I don't know" is better than the dreaded "Real soon now". đ Off-list, someone reminded me of the Upload Folder feature. That may be good enough as well.
|
By
Christopher Warrington
· #227
·
|
|
addfiles API still in development?
This sucks. I moved a group over to this site from Yahoo hoping to have a better experience and the API was a huge part of that. Being able to build and improve on the experience. The app has been men
This sucks. I moved a group over to this site from Yahoo hoping to have a better experience and the API was a huge part of that. Being able to build and improve on the experience. The app has been men
|
By
Eric di Domenico
· #226
·
|
|
addfiles API still in development?
Hello, Sorry, I don't have a timeframe at this point. App development has changed and no longer is relying on the API, so API work has been deprioritized until the app is done. Thanks, Mark
Hello, Sorry, I don't have a timeframe at this point. App development has changed and no longer is relying on the API, so API work has been deprioritized until the app is done. Thanks, Mark
|
By
Mark Fletcher
· #225
·
|
|
addfiles API still in development?
Is there any timeline for when the addfiles API will be ready? I have ~500 files from an old Yahoo Group that I'd like to bulk upload across about 30 folders. I've gotten an uploader tool written, but
Is there any timeline for when the addfiles API will be ready? I have ~500 files from an old Yahoo Group that I'd like to bulk upload across about 30 folders. I've gotten an uploader tool written, but
|
By
Christopher Warrington
· #224
·
|
|
Unable to authentication with token
Hello, Have you tried using curl, like: curl "https://groups.io/api/v1/getuser" \ -u TOKEN: Where TOKEN is the token (don't forget the colon at the end)? Thanks, Mark
Hello, Have you tried using curl, like: curl "https://groups.io/api/v1/getuser" \ -u TOKEN: Where TOKEN is the token (don't forget the colon at the end)? Thanks, Mark
|
By
Mark Fletcher
· #223
·
|
|
Unable to authentication with token
I'm using the /login endpoint login with email/password and then I get the token from that. I'm passing that token in a header like "Authorization: Basic <token>" to the /getuser endpoint, but /getuse
I'm using the /login endpoint login with email/password and then I get the token from that. I'm passing that token in a header like "Authorization: Basic <token>" to the /getuser endpoint, but /getuse
|
By
...
· #222
·
|
|
direct_add support for sub-groups
#api
Hi Mark, Thank you for the response. I tested that and it seems to work as expected. Thanks and Regards Sri
Hi Mark, Thank you for the response. I tested that and it seems to work as expected. Thanks and Regards Sri
|
By
Srikanth Hanagud
· #221
·
|
|
direct_add support for sub-groups
#api
Hello, You can use that API endpoint to add people to subgroups when they already are members of the main group. You'll get an error telling you that the person is a member of the main group, but you
Hello, You can use that API endpoint to add people to subgroups when they already are members of the main group. You'll get an error telling you that the person is a member of the main group, but you
|
By
Mark Fletcher
· #220
·
|
|
direct_add support for sub-groups
#api
It looks like we currently have a way to direct add members to subgroups but only if the user is not already in the main group. We can use the subgroupIDs to pass the sub-groups the member should be a
It looks like we currently have a way to direct add members to subgroups but only if the user is not already in the main group. We can use the subgroupIDs to pass the sub-groups the member should be a
|
By
Srikanth Hanagud
· #219
·
|
|
Planning to start a groups.io group - question about API access
It sounds like your first stop should be https://groups.io/helpcenter/ownersmanual and https://groups.io/helpcenter/gettingstarted After giving those a good going over, I'd create a group, opting for
It sounds like your first stop should be https://groups.io/helpcenter/ownersmanual and https://groups.io/helpcenter/gettingstarted After giving those a good going over, I'd create a group, opting for
|
By
Duane
· #218
·
|
|
Planning to start a groups.io group - question about API access
RMIT Classification: Trusted Thanks a lot, Duane. It is helpful to know about the âAllow members to download archiveâ and âexport group dataâ options. Yes, it may be we donât need the API if these are
RMIT Classification: Trusted Thanks a lot, Duane. It is helpful to know about the âAllow members to download archiveâ and âexport group dataâ options. Yes, it may be we donât need the API if these are
|
By
Monica
· #217
·
|
|
Planning to start a groups.io group - question about API access
Yes, but I don't think you really need to use the API, especially for regular members. There's a setting within the group that you can use to "Allow Members To Download Archive." Owners (and moderator
Yes, but I don't think you really need to use the API, especially for regular members. There's a setting within the group that you can use to "Allow Members To Download Archive." Owners (and moderator
|
By
Duane
· #216
·
|
|
Planning to start a groups.io group - question about API access
RMIT Classification: Trusted Thanks Mark. Just to confirm: If we set the group discussion to be only visible to group members, then only group members can access this content by the API? Apologies if
RMIT Classification: Trusted Thanks Mark. Just to confirm: If we set the group discussion to be only visible to group members, then only group members can access this content by the API? Apologies if
|
By
Monica
· #215
·
|
|
Planning to start a groups.io group - question about API access
Hello, Access to the API follows the same permissions structure as the website. If someone can access a feature on the website, they can access it through the API. If they can't access the feature on
Hello, Access to the API follows the same permissions structure as the website. If someone can access a feature on the website, they can access it through the API. If they can't access the feature on
|
By
Mark Fletcher
· #214
·
|
|
Planning to start a groups.io group - question about API access
RMIT Classification: Trusted Hi there everyone We are looking to start a group and are checking out all the features. Having an API so we can easily download the content of the group is an excellent f
RMIT Classification: Trusted Hi there everyone We are looking to start a group and are checking out all the features. Having an API so we can easily download the content of the group is an excellent f
|
By
Monica
· #213
·
|