Role Filtering Administrators [GO SDK]
Hi,
I am trying to retrieve list of Managers in an Org using the
Here is my code:
When I omit the
When I use the rolekey filter struct, I get the reported error above.
I am trying to retrieve list of Managers in an Org using the
InternalPermissionServiceV2Beta, when using the filters with RoleKey, I get the following error:rpc error: code = InvalidArgument desc = List.Query.Invalid (ORG-vR9nC)Here is my code:
When I omit the
AdministratorSearchFilter_Role I get the result and I can print the returned user's roles which I get: [ORG_OWNER]When I use the rolekey filter struct, I get the reported error above.
