Creates an invitation to allow self provisioning new service with Pay
Request body
Example request
{
"email": "example@example.gov.uk"
}Response
Created
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"
}Changes
Changed in 8 of the 53 revisions of this API.324
- ▲
the
emailrequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
- ○
the
emailrequest property's minLength was decreased from1to0request-property-min-length-decreased
- ○
- ▲
the
emailrequest property type/format changed fromstring/tostring/emailrequest-property-type-changed
- ▲
- ▲
the
emailrequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
- ●
removed the optional property
typefrom the response with the201statusresponse-optional-property-removed
- ●
- ●
removed the optional property
invite_to_join_servicefrom the response with the201statusresponse-optional-property-removed
- ○
added the optional property
is_invite_to_join_serviceto the response with the201statusresponse-optional-property-added
- ●
- ○
added the optional property
invite_to_join_serviceto the response with the201statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○