Groups-Membership
Number of APIs: 3
-
Add group members PATCH {{stripeUrl}}/admin/v1/Groups/{{groupid}}
-
Search for groups of which a specific user is a member GET {{stripeUrl}}/admin/v1/Groups?filter=members[type eq "User" and value eq "{{userid}}"]
-
List the members of a specific group that are users GET {{stripeUrl}}/admin/v1/Groups/{{groupid}}?attributes=members[type eq "User"]