Membership
Get Get Community Members
gethttps://cache.showwcase.com/communities/:communityId/members
Query
Field | Type | Description |
---|---|---|
order | string | Sort results by. Allowed values: newest, active |
skip Default value: 0 | number | Pagination offset. |
limit Default value: 15 | number | Pagination limit. (Max value 100) |
Discover Community Members
gethttps://cache.showwcase.com/communities/:slugOrId/members/discover
Parameters
Field | Type | Description |
---|---|---|
slugOrId | string|number | Unique community id or slug. |
Query
Field | Type | Description |
---|---|---|
skip Default value: 0 | number | Pagination offset. |
limit Default value: 15 | number | Pagination limit. (Max value 100) |
Post Join Community
posthttps://cache.showwcase.com/communities/:communityId/join
Headers
Field | Description |
---|---|
X-API-KEY | An API key that represents the user who wants to take an action. Read more about API keys here. |
Parameters
Field | Type | Description |
---|---|---|
communityId | number | Unique community id. |
Leaving Community
posthttps://cache.showwcase.com/communities/:communityId/leave
Headers
Field | Description |
---|---|
X-API-KEY | An API key that represents the user who wants to take an action. Read more about API keys here. |
Parameters
Field | Type | Description |
---|---|---|
communityId | number | Unique community id. |
Delete Remove Member
deletehttps://cache.showwcase.com/communities/:communityId/members/:userid
Headers
Field | Description |
---|---|
Authorization | An access token that represents the user who wants to take an action. Read more about access tokens here. |
Parameters
Field | Type | Description |
---|---|---|
communityId | number | Unique community id. |