alphagov / notifications-api

GOV.UK Notify API
https://www.notifications.service.gov.uk/documentation
MIT License
65 stars 25 forks source link

feat: update service join request #4222

Closed joybytes closed 3 weeks ago

joybytes commented 1 month ago

Summary

This PR introduces a new endpoint that allows updating the status of a service join request. The endpoint also handles assigning permissions to users when the request is approved.

Endpoint:

POST /update-service-join-request-status/

Changes:

Service Join Request Status Update:

Add user to service:

Send approved email

Cancel Pending requests for the same service by the same user

Ticket

Update the request status when request to join service approved/rejected