W016: List organization members
Returns the members of the active organization — each membership joined with the user's identity and role. Triggered from Settings, Members.
Steps
- Load members with identity. Call
Platform.listMembersByOrg(ctx.orgId), which joinsorganization_userswithusersand returns{ userId, email, displayName, role, isActive, joinedAt, lastActiveAt }per member, ordered by join date.
Returns
A list of members, each carrying the joined user identity.
Business rules
None beyond the standard tenant scoping at the request boundary.
Errors
None.