Invites
List invites for a service
get/v1/api/invites
Query parameters
serviceIdstring
Response
OK
Example response
[
{
"_links": [
{
"href": "https://an.example.link",
"method": "GET",
"rel": "self"
}
],
"email": "example@example.gov.uk",
"invite_to_join_service": true,
"otp_key": "ABC123",
"role": "view-only",
"type": "service"
}
]