Compliance Requests
Consent State
Consent Types
Trackers
Health Check
Session
Site Client
Profile
Update user profile
Update the profile of the current user.
POST
/
{projectId}
/
profile
Copy
curl --request POST \
--url https://api.concord.tech/site-v1/{projectId}/profile \
--header 'Content-Type: application/json' \
--header 'x-session: <api-key>' \
--data '{
"concordId": "<string>",
"userId": "<string>",
"projectUserId": "<string>",
"email": "jsmith@example.com",
"phoneNumber": "<string>",
"firstName": "<string>",
"middleName": "<string>",
"lastName": "<string>",
"address": {
"addressLine1": "<string>",
"addressLine2": "<string>",
"addressLine3": "<string>",
"city": "<string>",
"region": "<string>",
"postalCode": "<string>",
"county": "<string>",
"country": "<string>"
}
}'
Copy
"<string>"
Authorizations
Path Parameters
Body
application/json
Response
200
application/json
Default Response
The response is of type string
.
Copy
curl --request POST \
--url https://api.concord.tech/site-v1/{projectId}/profile \
--header 'Content-Type: application/json' \
--header 'x-session: <api-key>' \
--data '{
"concordId": "<string>",
"userId": "<string>",
"projectUserId": "<string>",
"email": "jsmith@example.com",
"phoneNumber": "<string>",
"firstName": "<string>",
"middleName": "<string>",
"lastName": "<string>",
"address": {
"addressLine1": "<string>",
"addressLine2": "<string>",
"addressLine3": "<string>",
"city": "<string>",
"region": "<string>",
"postalCode": "<string>",
"county": "<string>",
"country": "<string>"
}
}'
Copy
"<string>"
Assistant
Responses are generated using AI and may contain mistakes.