Get Member List of Specified Group
GET {{baseUrl}}/.api/api.svc/usergroups/:userGroupId/members/view?maxcount=10000&startindex=0&orderby=
This endpoint retrieves the list of the members and their details in a specified group.
Request Params
| Key | Datatype | Required | Description |
| maxcount
| number | | Integer
The paging count. By default, 10 000 elements per page will be displayed. |
| startindex
| number | | Integer
The paging start index |
| orderby
| null | | String
The field by which to order. The default value is LNameAsc
Available values:
- LNameAsc
- LNameDesc
- FNameAsc
- FNameDesc
- StatusUpdatedAsc
- StatusUpdatedDesc
- JoinedGroupAsc
- JoinedGroupDesc
- MembersLNameFNameAsc
- MembersLNameFNameDesc
- EmailAsc
- EmailDesc
- ActivatedAsc
- ActivatedDesc
- LastLoginAsc
- LastLoginDesc |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| null | | String (Response type)
The type of response data to request. By default this endpoint will respond with XML.
The options are:
- application/json
- application/xml |
RESPONSES
status: OK
{"minRequestPeriod":0,"requestSupportCode":637744908268051905,"dictionary":null,"response":{"__type":"IglooList:http://schemas.iglooplatform.com/Igloo.Old.Common","startIndex":0,"count":1,"totalCount":"1","items":[{"__type":"Persona:http://schemas.iglooplatform.com/Igloo.Old.Common","id":"{{$randomUUID}}","href":"/.profile/jsmith","navType":0,"isEnabled":true,"name":{"firstName":"{{$randomFirstName}}","lastName":"{{$randomLastName}}","fullName":"{{$randomFullName}}","initials":"JS"},"namespace":"jsmith","isActivated":true,"onlinestatus":{"statusText":""},"status":{},"anonymousname":"","hasPhoto":false,"sharePhoto":true,"sendEmailOnMessage":true,"smsAddress":"{{$randomPhoneNumber}}"}]}}