Skip to main content

Update user profile

Update the profile of the current user.

Path Parameters
projectId uuid REQUIRED
Request Body
concordId string
userId string
projectUserId string
email email

Possible values: length ≤ 256

phoneNumber string

Possible values: length ≤ 256

firstName string

Possible values: length ≤ 256

middleName string

Possible values: length ≤ 256

lastName string

Possible values: length ≤ 256

address object
addressLine1 string

Possible values: length ≤ 256

addressLine2 string

Possible values: length ≤ 256

addressLine3 string

Possible values: length ≤ 256

city string

Possible values: length ≤ 64

region string

Possible values: length ≤ 64

postalCode string

Possible values: length ≤ 32

county string

Possible values: length ≤ 64

country string

Possible values: length ≤ 64

Responses
200

Default Response

Schema OPTIONAL
string
400

Bad request response.

Schema OPTIONAL
statusCode int32

The status code of the request.

error string

The error string for the status code.

message string

Description of the error encounted.

401

Unauthorized response.

Schema OPTIONAL
statusCode int32

The status code of the request.

error string

The error string for the status code.

message string
403

Forbidden response.

Schema OPTIONAL
statusCode int32

The status code of the request.

error string
message string
404

Not found response.

Schema OPTIONAL
statusCode int32
error string
message string
422

Unprocessable Entity response.

Schema OPTIONAL
statusCode int32
error string
message string

Description of the error encounted.

500

Internal server error response.

Schema OPTIONAL
statusCode int32
error string
message string

Will always be "Internal Server Error"