Skip to main content
Version: v1.0.0(int)

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

  1. Load members with identity. Call Platform.listMembersByOrg(ctx.orgId), which joins organization_users with users and 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.