List organization users
list_organization_usersList the users in an organization (Relay connection): each org-user's role, joinedAt, tier, and underlying user (preferredName, email). Paginate with first + after (pass the last edge's cursor). Parabol GraphQL: viewer.organization(orgId).organizationUsers. Requires ORGS_READ + USERS_READ.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for the next page (the `cursor` of the last edge from a prior call). | |
| first | No | Max org-users to return (page size). | |
| orgId | Yes | The organization id. |