# List users of an organisation List users of an organisation Endpoint: GET /organisations/users Version: v1 Security: Organisation ## Query parameters: - `limit` (integer) Max number of rows to return Example: 20 - `page` (integer) Section of rows to return e.g. 0, 1 or 2 - `sort` (string) Sort by Ascending or Descending order Default: DESC Enum: "ASC", "DESC" - `order` (string) Order by column e.g. id ## Response 200 fields (application/json): - `id` (string) Example: "ou_abc123def" - `firstName` (string) Example: "Pina" - `lastName` (string) Example: "Colada" - `fullName` (string) Example: "Pina Colada" - `userId` (string) Example: "usr_abc123def" - `emailAddress` (string) Example: "pina.colada@wia.io" - `isAdmin` (boolean) - `teams` (array) - `teams.name` (string) Example: "Test organisation" - `teams.members` (array) - `teams.members.organisationUserId` (string) Example: "ou_123abcdeg456"