POST
/
{projectId}
/
profile
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>"
  }
}'
"<string>"

Authorizations

x-session
string
header
required

Path Parameters

projectId
string
required

Body

application/json
concordId
string
userId
string
projectUserId
string
email
string
Maximum length: 256
phoneNumber
string
Maximum length: 256
firstName
string
Maximum length: 256
middleName
string
Maximum length: 256
lastName
string
Maximum length: 256
address
object

Response

200
application/json
Default Response

The response is of type string.