List all users in the specified organization. The list can differ from the one that can be retrieved in a particular project in the organization. This is because organizations can contain several projects, and not all organization users have logged into all projects, and there have a profile there.
Any logged in principal can list users in their own organization.
A list of organization users
{- "items": [
- {
- "id": "-user-string-id-aBc123",
- "email": "user@example.com",
- "name": "John N. Doe",
- "givenName": "John",
- "middleName": "N.",
- "familyName": "Doe",
}
], - "nextCursor": "4zj0Vy2fo0NtNMb229mI9r1V3YG5NBL752kQz1cKtwo"
}