Skip to content

Commit

Permalink
Merge branch 'Summer2023' of bitbucket.org:unicon/comanagework into S…
Browse files Browse the repository at this point in the history
…ummer2023
  • Loading branch information
rmathis committed Aug 15, 2023
2 parents bdb84cf + 8cc2672 commit 25afa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/GrouperApiAccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function getGrouperMemberOfGroups(array $queryData)
//Build request logic
$userId = $queryData['userId'];
$connectionUrl = "{$this->config['fullUrl']}/subjects/$userId/groups?";
$connectionUrl .= "wsLiteObjectType=WsRestGetGroupsLiteRequest&actAsSubjectSourceId=ldap&actAsSubjectId=$userId";
$connectionUrl .= "wsLiteObjectType=WsRestGetGroupsLiteRequest&actAsSubjectId=$userId";

try {
$results = $this->http->sendRequest('GET', $connectionUrl);
Expand Down

0 comments on commit 25afa7b

Please sign in to comment.