v52

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-03432547.1 KB
Invites

List invites for a service

get/v1/api/invites

Query parameters

serviceIdstring

Response

OK

attempt_counterinteger
disabledboolean
emailstring
expiredboolean
inviteLinkstring
is_invite_to_join_serviceboolean
otp_keystring
password_setboolean
rolestring
telephone_numberstring
user_existboolean

Example response

[
  {
    "_links": [
      {
        "href": "https://an.example.link",
        "method": "GET",
        "rel": "self"
      }
    ],
    "email": "example@example.gov.uk",
    "is_invite_to_join_service": true,
    "otp_key": "ABC123",
    "role": "view-only",
    "telephone_number": "+440787654534"
  }
]