Skip to content

Commit

Permalink
Update endpoint path to include roles parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ekumachidi committed Mar 26, 2024
1 parent f259f47 commit 9299299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/schools/dfe_sign_in_api/organisation_users.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def users
def endpoint
URI::HTTPS.build(
host: Rails.configuration.x.dfe_sign_in_api_host,
path: ['/organisations', ukprn, 'users'].join('/')
path: ['/organisations', ukprn, 'users?roles=approvers'].join('/')
)
end
end
Expand Down

0 comments on commit 9299299

Please sign in to comment.