|
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
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
|
By
Robert Stroud <rstroud@...>
·
#231
·
|
|
Re: 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
·
|
|
Re: getmemberdirectory from non-member admin
On Mon, Jan 11, 2021 at 07:20 PM, Christopher Schmidt wrote:
Is there a workaround for this, or is this something I'm doing wrong?I've only played with the API, so definitely not an expert. To me,
On Mon, Jan 11, 2021 at 07:20 PM, Christopher Schmidt wrote:
Is there a workaround for this, or is this something I'm doing wrong?I've only played with the API, so definitely not an expert. To me,
|
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. (
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. (
|
By
Christopher Schmidt
·
#228
·
|
|
Re: 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
·
|
|
Re: addfiles API still in development?
On Tue, Jan 5, 2021 at 11:55 AM, Mark Fletcher wrote:
App development has changed and no longer is relying on the API, so API work has been deprioritized until the app is done.This sucks. I moved a
On Tue, Jan 5, 2021 at 11:55 AM, Mark Fletcher wrote:
App development has changed and no longer is relying on the API, so API work has been deprioritized until the app is done.This sucks. I moved a
|
By
Eric di Domenico
·
#226
·
|
|
Re: 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
·
|
|
Re: 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
·
|
|
Re: 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
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
|
By
Justin Capogna <jcapogna@...>
·
#222
·
|
|
Re: 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
·
|
|
Re: 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
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
|
By
Srikanth Hanagud
·
#219
·
|
|
Re: Planning to start a groups.io group - question about API access
On Wed, Sep 16, 2020 at 07:55 PM, Monica wrote:
Yes, it may be we donât need the API if these are already built in.It sounds like your first stop should be https://groups.io/helpcenter/ownersmanual
On Wed, Sep 16, 2020 at 07:55 PM, Monica wrote:
Yes, it may be we donât need the API if these are already built in.It sounds like your first stop should be https://groups.io/helpcenter/ownersmanual
|
By
Duane
·
#218
·
|
|
Re: 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
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
|
By
Monica
·
#217
·
|
|
Re: Planning to start a groups.io group - question about API access
On Wed, Sep 16, 2020 at 07:38 PM, Monica wrote:
If we set the group discussion to be only visible to group members, then only group members can access this content by the API?Yes, but I don't think
On Wed, Sep 16, 2020 at 07:38 PM, Monica wrote:
If we set the group discussion to be only visible to group members, then only group members can access this content by the API?Yes, but I don't think
|
By
Duane
·
#216
·
|
|
Re: 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
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
|
By
Monica
·
#215
·
|
|
Re: 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
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
|
By
Monica
·
#213
·
|
|
Re: most_recent_message is always 0001-01-01T00:00:00Z
Even that doesn't seem quite right, as the group is quite active, i.e., the last message was definitely not sent nearly 2,020 years ago :-)
We need the per-member most-recent-posting data to determine
Even that doesn't seem quite right, as the group is quite active, i.e., the last message was definitely not sent nearly 2,020 years ago :-)
We need the per-member most-recent-posting data to determine
|
By
Henning Schulzrinne
·
#212
·
|