Rest Endpoint for Membership Request functionality

652
1
Jump to solution
03-17-2021 02:41 AM
Vidar
by
Occasional Contributor II

Is it possible to using the Pro SDK and Rest to issue a request to AGOL to indicate the user would like to be accepted into a group - basically a membership request?  I can see there is a way for users to request membership and thought there may be an equivalent rest endpoint for this functionality.

The screenshot below may help give a bit more context about the functionality I am asking about.

 

Vidar_0-1615974004990.png

 

 

 

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
KirkKuykendall1
Occasional Contributor III

Have you looked at the Group Application request?

I don't see anything in the Pro SDK that makes that request, if there's not you should be able to use the .NET httpclient.

Update: looks like Join Group is what you need.  After that I suppose the application to join the group should appear in the results from a  Group Application request.

 

View solution in original post

1 Reply
KirkKuykendall1
Occasional Contributor III

Have you looked at the Group Application request?

I don't see anything in the Pro SDK that makes that request, if there's not you should be able to use the .NET httpclient.

Update: looks like Join Group is what you need.  After that I suppose the application to join the group should appear in the results from a  Group Application request.