List of all members

Maximum number of members that will be received by page is 200.
The OAuth 2.0 scope to use is team.user-group-info:read.

SecurityAuthorization
Request
query Parameters
pageNumber
integer <int32> >= 0
Default: 0

Page number to be retrieved, starts with 0

pageSize
integer <int32> [ 1 .. 200 ]
Default: 200

Limit of results per page

Example: pageSize=200
includeInternal
required
boolean
Default: true

A boolean parameter to show internal or external members

Example: includeInternal=true
Responses
200

A list of Members

204

No Content

400

Bad Request. Please check the response contents for an explanation of the cause.

401

Unauthorized. Please check whether your API key or application key has sufficient permissions. In case you are unsure, please refer the documentation on application keys and permissions.

403

Forbidden

405

Method Not Allowed

500

An internal error happened. Please forward the associated error ID along with any helpful information to our support

get/api/external/members
Response samples
application/json
{
  • "content": [
    ],
  • "pageNumber": 0,
  • "pageSize": 0,
  • "totalCount": 0
}