Add members

Adds multiple users as per the scope.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…

📘

Members Limit

A maximum of 25 users can be added across all the scopes of member object.

For a detailed description of the Group Members properties please visit here

Request sample:

POST /groups/:guid/members HTTP/1.1
Content-type: application/json
Accept: application/json

{
   "admins": ["array of strings"],
   "moderators": ["array of strings"],
   "participants": ["array of strings"],
   "usersToBan": ["array of strings"]
}
Path Params
string
required

A GUID of a group.

Body Params
admins
array of strings
Defaults to

UIDs of users to be made admins.

admins
moderators
array of strings
Defaults to

UIDs of users to be made moderators.

moderators
participants
array of strings
Defaults to

UIDs of users to be made participants.

participants
usersToBan
array of strings
Defaults to

UIDs of the users to be banned from the group.

usersToBan
Headers
string

UID of the user on whose behalf the action is performed.

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json