Users
Download SpecGet Users
Returns a list of your users. The users are sorted by creation date, with the most recent users appearing first.
string
ids[]
array[string]
string
page
int
- Default
- 0
size
int
- Default
- 50
ApiKey
Returns a list of your users. The users are sorted by creation date, with the most recent users appearing first.
Response
Successful Response
{
"items": [
{
"meta": {},
"first_name": "string",
"surname": "string",
"preferred_name": "string",
"dob": "2023-06-07T17:32:28Z",
"title": "string",
"postcode": "string",
"building_number": "string",
"address_1": "string",
"address_2": "string",
"address_3": "string",
"town_city": "string",
"county": "string",
"country_of_residence": "string",
"nationality": "string",
"gender": "string",
"relationship_status": "string",
"number_of_children": "string",
"ages_of_children": "string",
"partner_first_name": "string",
"partner_dob": "2023-06-07T17:32:28Z",
"partner_surname": "string",
"partner_sex": "string",
"relationship_to_partner": "string",
"smoker": "string",
"number_of_cigarettes_per_week": 123,
"drinker": "string",
"number_of_units_per_week": 123,
"national_insurance_number": "string",
"passport_number": "string",
"phone_number": "string",
"mobile_number": "string",
"last_visited": "2023-06-07T17:32:28Z",
"visits": 123,
"terms_conditions": true,
"associated_cp_user": "string",
"email": "alice@example.com",
"id": "string",
"created": "2023-06-07T17:32:28Z",
"updated": "2023-06-07T17:32:28Z"
}
],
"total": 123,
"page": 123,
"size": 123
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
items
array[object (User)]
required
User
object (User)
meta
object (meta)
first_name
string
surname
string
preferred_name
string
dob
string
date-time
title
string
postcode
string
building_number
string
address_1
string
address_2
string
address_3
string
town_city
string
county
string
country_of_residence
string
nationality
string
gender
string
relationship_status
string
number_of_children
string
ages_of_children
string
partner_first_name
string
partner_dob
string
date-time
partner_surname
string
partner_sex
string
relationship_to_partner
string
smoker
string
number_of_cigarettes_per_week
int
drinker
string
number_of_units_per_week
int
national_insurance_number
string
passport_number
string
phone_number
string
mobile_number
string
last_visited
string
date-time
visits
int
terms_conditions
boolean
associated_cp_user
string
string
id
string
required
created
string
date-time
required
updated
string
date-time
required
total
int
required
page
int
required
size
int
required
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Create a New User
⚠ Only accessible to Partners
.
Creates a new user.
Only first_name
, surname
, and email
are required, but we suggest submitting as much information as possible to avoid having user journeys be disrupted by the user having to manually enter their information at a later stage.
meta
object (meta)
first_name
string
surname
string
preferred_name
string
dob
string
date-time
title
string
postcode
string
building_number
string
address_1
string
address_2
string
address_3
string
town_city
string
county
string
country_of_residence
string
nationality
string
gender
string
relationship_status
string
number_of_children
string
ages_of_children
string
partner_first_name
string
partner_dob
string
date-time
partner_surname
string
partner_sex
string
relationship_to_partner
string
smoker
string
number_of_cigarettes_per_week
int
drinker
string
number_of_units_per_week
int
national_insurance_number
string
passport_number
string
phone_number
string
mobile_number
string
last_visited
string
date-time
visits
int
terms_conditions
boolean
associated_cp_user
string
string
anon_user_id
string
ApiKey
⚠ Only accessible to Partners
.
Creates a new user.
Only first_name
, surname
, and email
are required, but we suggest submitting as much information as possible to avoid having user journeys be disrupted by the user having to manually enter their information at a later stage.
Request
{
"meta": {},
"first_name": "string",
"surname": "string",
"preferred_name": "string",
"dob": "2023-06-07T17:32:28Z",
"title": "string",
"postcode": "string",
"building_number": "string",
"address_1": "string",
"address_2": "string",
"address_3": "string",
"town_city": "string",
"county": "string",
"country_of_residence": "string",
"nationality": "string",
"gender": "string",
"relationship_status": "string",
"number_of_children": "string",
"ages_of_children": "string",
"partner_first_name": "string",
"partner_dob": "2023-06-07T17:32:28Z",
"partner_surname": "string",
"partner_sex": "string",
"relationship_to_partner": "string",
"smoker": "string",
"number_of_cigarettes_per_week": 123,
"drinker": "string",
"number_of_units_per_week": 123,
"national_insurance_number": "string",
"passport_number": "string",
"phone_number": "string",
"mobile_number": "string",
"last_visited": "2023-06-07T17:32:28Z",
"visits": 123,
"terms_conditions": true,
"associated_cp_user": "string",
"email": "alice@example.com",
"anon_user_id": "string"
}
Response
Successful Response
{
"meta": {},
"first_name": "string",
"surname": "string",
"preferred_name": "string",
"dob": "2023-06-07T17:32:28Z",
"title": "string",
"postcode": "string",
"building_number": "string",
"address_1": "string",
"address_2": "string",
"address_3": "string",
"town_city": "string",
"county": "string",
"country_of_residence": "string",
"nationality": "string",
"gender": "string",
"relationship_status": "string",
"number_of_children": "string",
"ages_of_children": "string",
"partner_first_name": "string",
"partner_dob": "2023-06-07T17:32:28Z",
"partner_surname": "string",
"partner_sex": "string",
"relationship_to_partner": "string",
"smoker": "string",
"number_of_cigarettes_per_week": 123,
"drinker": "string",
"number_of_units_per_week": 123,
"national_insurance_number": "string",
"passport_number": "string",
"phone_number": "string",
"mobile_number": "string",
"last_visited": "2023-06-07T17:32:28Z",
"visits": 123,
"terms_conditions": true,
"associated_cp_user": "string",
"email": "alice@example.com",
"id": "string",
"created": "2023-06-07T17:32:28Z",
"updated": "2023-06-07T17:32:28Z"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
meta
object (meta)
first_name
string
surname
string
preferred_name
string
dob
string
date-time
title
string
postcode
string
building_number
string
address_1
string
address_2
string
address_3
string
town_city
string
county
string
country_of_residence
string
nationality
string
gender
string
relationship_status
string
number_of_children
string
ages_of_children
string
partner_first_name
string
partner_dob
string
date-time
partner_surname
string
partner_sex
string
relationship_to_partner
string
smoker
string
number_of_cigarettes_per_week
int
drinker
string
number_of_units_per_week
int
national_insurance_number
string
passport_number
string
phone_number
string
mobile_number
string
last_visited
string
date-time
visits
int
terms_conditions
boolean
associated_cp_user
string
string
id
string
required
created
string
date-time
required
updated
string
date-time
required
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Get User
Retrieves the details of an existing user. Information is received by user creation when accessing the marketplace as a Partner
, or when a user gives consent to share data with the Provider
.
ℹ Accessible to Partners
and Providers
companies.
user_id
string
required
ApiKey
Retrieves the details of an existing user. Information is received by user creation when accessing the marketplace as a Partner
, or when a user gives consent to share data with the Provider
.
ℹ Accessible to Partners
and Providers
companies.
Response
Successful Response
{
"meta": {},
"first_name": "string",
"surname": "string",
"preferred_name": "string",
"dob": "2023-06-07T17:32:28Z",
"title": "string",
"postcode": "string",
"building_number": "string",
"address_1": "string",
"address_2": "string",
"address_3": "string",
"town_city": "string",
"county": "string",
"country_of_residence": "string",
"nationality": "string",
"gender": "string",
"relationship_status": "string",
"number_of_children": "string",
"ages_of_children": "string",
"partner_first_name": "string",
"partner_dob": "2023-06-07T17:32:28Z",
"partner_surname": "string",
"partner_sex": "string",
"relationship_to_partner": "string",
"smoker": "string",
"number_of_cigarettes_per_week": 123,
"drinker": "string",
"number_of_units_per_week": 123,
"national_insurance_number": "string",
"passport_number": "string",
"phone_number": "string",
"mobile_number": "string",
"last_visited": "2023-06-07T17:32:28Z",
"visits": 123,
"terms_conditions": true,
"associated_cp_user": "string",
"email": "alice@example.com",
"id": "string",
"created": "2023-06-07T17:32:28Z",
"updated": "2023-06-07T17:32:28Z"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
meta
object (meta)
first_name
string
surname
string
preferred_name
string
dob
string
date-time
title
string
postcode
string
building_number
string
address_1
string
address_2
string
address_3
string
town_city
string
county
string
country_of_residence
string
nationality
string
gender
string
relationship_status
string
number_of_children
string
ages_of_children
string
partner_first_name
string
partner_dob
string
date-time
partner_surname
string
partner_sex
string
relationship_to_partner
string
smoker
string
number_of_cigarettes_per_week
int
drinker
string
number_of_units_per_week
int
national_insurance_number
string
passport_number
string
phone_number
string
mobile_number
string
last_visited
string
date-time
visits
int
terms_conditions
boolean
associated_cp_user
string
string
id
string
required
created
string
date-time
required
updated
string
date-time
required
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
meta
object (meta)
first_name
string
surname
string
preferred_name
string
dob
string
date-time
title
string
postcode
string
building_number
string
address_1
string
address_2
string
address_3
string
town_city
string
county
string
country_of_residence
string
nationality
string
gender
string
relationship_status
string
number_of_children
string
ages_of_children
string
partner_first_name
string
partner_dob
string
date-time
partner_surname
string
partner_sex
string
relationship_to_partner
string
smoker
string
number_of_cigarettes_per_week
int
drinker
string
number_of_units_per_week
int
national_insurance_number
string
passport_number
string
phone_number
string
mobile_number
string
last_visited
string
date-time
visits
int
terms_conditions
boolean
associated_cp_user
string
string
user_id
string
required
ApiKey
⚠ Accessible to Partners
and Providers
.
Updates user details.
Request
{
"meta": {},
"first_name": "string",
"surname": "string",
"preferred_name": "string",
"dob": "2023-06-07T17:32:28Z",
"title": "string",
"postcode": "string",
"building_number": "string",
"address_1": "string",
"address_2": "string",
"address_3": "string",
"town_city": "string",
"county": "string",
"country_of_residence": "string",
"nationality": "string",
"gender": "string",
"relationship_status": "string",
"number_of_children": "string",
"ages_of_children": "string",
"partner_first_name": "string",
"partner_dob": "2023-06-07T17:32:28Z",
"partner_surname": "string",
"partner_sex": "string",
"relationship_to_partner": "string",
"smoker": "string",
"number_of_cigarettes_per_week": 123,
"drinker": "string",
"number_of_units_per_week": 123,
"national_insurance_number": "string",
"passport_number": "string",
"phone_number": "string",
"mobile_number": "string",
"last_visited": "2023-06-07T17:32:28Z",
"visits": 123,
"terms_conditions": true,
"associated_cp_user": "string",
"email": "alice@example.com"
}
Response
Successful Response
{
"meta": {},
"first_name": "string",
"surname": "string",
"preferred_name": "string",
"dob": "2023-06-07T17:32:28Z",
"title": "string",
"postcode": "string",
"building_number": "string",
"address_1": "string",
"address_2": "string",
"address_3": "string",
"town_city": "string",
"county": "string",
"country_of_residence": "string",
"nationality": "string",
"gender": "string",
"relationship_status": "string",
"number_of_children": "string",
"ages_of_children": "string",
"partner_first_name": "string",
"partner_dob": "2023-06-07T17:32:28Z",
"partner_surname": "string",
"partner_sex": "string",
"relationship_to_partner": "string",
"smoker": "string",
"number_of_cigarettes_per_week": 123,
"drinker": "string",
"number_of_units_per_week": 123,
"national_insurance_number": "string",
"passport_number": "string",
"phone_number": "string",
"mobile_number": "string",
"last_visited": "2023-06-07T17:32:28Z",
"visits": 123,
"terms_conditions": true,
"associated_cp_user": "string",
"email": "alice@example.com",
"id": "string",
"created": "2023-06-07T17:32:28Z",
"updated": "2023-06-07T17:32:28Z"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
meta
object (meta)
first_name
string
surname
string
preferred_name
string
dob
string
date-time
title
string
postcode
string
building_number
string
address_1
string
address_2
string
address_3
string
town_city
string
county
string
country_of_residence
string
nationality
string
gender
string
relationship_status
string
number_of_children
string
ages_of_children
string
partner_first_name
string
partner_dob
string
date-time
partner_surname
string
partner_sex
string
relationship_to_partner
string
smoker
string
number_of_cigarettes_per_week
int
drinker
string
number_of_units_per_week
int
national_insurance_number
string
passport_number
string
phone_number
string
mobile_number
string
last_visited
string
date-time
visits
int
terms_conditions
boolean
associated_cp_user
string
string
id
string
required
created
string
date-time
required
updated
string
date-time
required
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Create a New User Broadband Entry
cp_user_id
string
required
broadbandProvider
string
broadbandPpm
string
broadbandDownSpeed
string
ApiKey
Request
{
"cp_user_id": "string",
"broadbandProvider": "string",
"broadbandPpm": "string",
"broadbandDownSpeed": "string"
}
Response
Successful Response
{
"id": "string",
"cp_user_id": "string",
"root_user_id": "string",
"cp_id": "string",
"meta": {}
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
id
string
required
cp_user_id
string
required
root_user_id
string
required
cp_id
string
required
meta
object (meta)
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
get User Broadband Entry
cp_user_id
string
required
ApiKey
Response
Successful Response
{
"id": "string",
"cp_user_id": "string",
"root_user_id": "string",
"cp_id": "string",
"meta": {}
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
id
string
required
cp_user_id
string
required
root_user_id
string
required
cp_id
string
required
meta
object (meta)
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
update User Broadband Entry
broadbandProvider
string
broadbandPpm
string
broadbandDownSpeed
string
cp_user_id
string
required
ApiKey
Request
{
"broadbandProvider": "string",
"broadbandPpm": "string",
"broadbandDownSpeed": "string"
}
Response
Successful Response
{
"id": "string",
"cp_user_id": "string",
"root_user_id": "string",
"cp_id": "string",
"meta": {}
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
id
string
required
cp_user_id
string
required
root_user_id
string
required
cp_id
string
required
meta
object (meta)
Not found
Empty response
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Was this page helpful?