userOrganizationId property

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

Search for authorizations by the ID of the organisation the user is part of.

Implementation

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

Implementation

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