[
{
"id": 123,
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"organisation": "<string>",
"role": "<string>",
"twitter": "<string>",
"linkedin": "<string>",
"instagram": "<string>",
"country": {
"name": "<string>"
},
"isNewsletterSubscribed": true,
"stripeCustomerId": "<string>",
"town": {
"name": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"isValidatedIdentity": true,
"isValidatedIdentityPending": true,
"localCenter": {
"name": "<string>"
},
"product": "https://example.com/",
"companyIdentifier": "<string>",
"companyName": "<string>",
"companyAddress": "<string>",
"customFieldValues": [
"https://example.com/"
],
"professionOrganisationRole": "<string>",
"companyRegNo": "<string>",
"status": "https://example.com/",
"lastStatusUpdate": "2023-11-07T05:31:56Z",
"fullName": "<string>",
"firstName": "<string>",
"lastName": "<string>"
}
]
Retrieves the collection of ProfileExternal resources.
[
{
"id": 123,
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"organisation": "<string>",
"role": "<string>",
"twitter": "<string>",
"linkedin": "<string>",
"instagram": "<string>",
"country": {
"name": "<string>"
},
"isNewsletterSubscribed": true,
"stripeCustomerId": "<string>",
"town": {
"name": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"isValidatedIdentity": true,
"isValidatedIdentityPending": true,
"localCenter": {
"name": "<string>"
},
"product": "https://example.com/",
"companyIdentifier": "<string>",
"companyName": "<string>",
"companyAddress": "<string>",
"customFieldValues": [
"https://example.com/"
],
"professionOrganisationRole": "<string>",
"companyRegNo": "<string>",
"status": "https://example.com/",
"lastStatusUpdate": "2023-11-07T05:31:56Z",
"fullName": "<string>",
"firstName": "<string>",
"lastName": "<string>"
}
]
The collection page number
Enable or disable pagination
asc
, desc
asc
, desc
ProfileExternal collection
The response is of type object[]
.