Field names match what @propelauth/node produced so call sites port
unchanged, including its two renames of the wire format: user_role is
surfaced as userAssignedRole and additional_roles as
userAssignedAdditionalRoles.
Note this is a plain object, not the SDK's OrgMemberInfo class — the
convenience getters (permissions, assignedRole) and predicates
(hasPermission, isAtLeastRole) are gone. Read userPermissions /
userAssignedRole directly.
A user's membership of one organization.
Field names match what
@propelauth/nodeproduced so call sites port unchanged, including its two renames of the wire format:user_roleis surfaced asuserAssignedRoleandadditional_rolesasuserAssignedAdditionalRoles.Note this is a plain object, not the SDK's
OrgMemberInfoclass — the convenience getters (permissions,assignedRole) and predicates (hasPermission,isAtLeastRole) are gone. ReaduserPermissions/userAssignedRoledirectly.