Skip to content

Commit

Permalink
Search users on v2 api
Browse files Browse the repository at this point in the history
  • Loading branch information
aviadl committed Sep 17, 2024
1 parent 8477dcf commit 3403d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion descope/api/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ func (e *endpoints) ManagementUserLoad() string {
}

func (e *endpoints) ManagementUserSearchAll() string {
return path.Join(e.version, e.mgmt.userSearchAll)
return path.Join(e.versionV2, e.mgmt.userSearchAll)
}

func (e *endpoints) ManagementUserUpdateStatus() string {
Expand Down

0 comments on commit 3403d16

Please sign in to comment.