userOrganizationId property

  1. @TagNumber.new(4)
IDFilter get userOrganizationId

Search for administrators roles by the ID of the organization the user is part of.

Implementation

@$pb.TagNumber(4)
$1.IDFilter get userOrganizationId => $_getN(3);
  1. @TagNumber.new(4)
set userOrganizationId (IDFilter value)

Implementation

@$pb.TagNumber(4)
set userOrganizationId($1.IDFilter value) => $_setField(4, value);