List organization members

When authenticated with an API key, this operation requires api-read.

Authentication

AuthorizationBearer
Console user session or Mixlayer API key supplied as a Bearer token.

Path parameters

org_idstringRequired
Organization ID

Query parameters

limitintegerOptional>=0Defaults to 50

Maximum number of members to return; defaults to 50 and is clamped to 1 through 200.

Response

Organization members
datalist of objects
Response payload.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error