List

List the members of a group for a given GUID

Log in to see full request history

Iterating through List Group Members API:

  • total is the number of total users in the application.
  • count is the number of records in the data property.
  • current_page is the value of page sent as query param, default=0.
  • total_pages is the number of pages available. Thus the value of total page can be either equal to current_page or current_page+1.
  • if total_pages == current_page there won't be any record on the next page
  • if total_pages == current_page+1 we can make the request to fetch the next set of records.

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

TRY IT OUT:

Path Params
string
required

A GUID of a group.

Query Params
integer
Defaults to 100

Number of users to be fetched in a request. The default value is 100 and the maximum value is 1000.

integer
Defaults to 1

Page Number.

scopes
array

Fetches group members based on multiple scope.

scopes
Response

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