/profileGet my profile
Responses
200Your user.401Missing/invalid token.403Authenticated but not allowed (role or cross-org).
The caller's own account.
/profileGet my profile
200Your user.401Missing/invalid token.403Authenticated but not allowed (role or cross-org)./profileUpdate my profile
Request body ProfileUpdate (required, application/json)
200Updated user.400Request body/params failed validation.401Missing/invalid token.403Authenticated but not allowed (role or cross-org).429Rate limit exceeded.| Field | Type | Required | Description |
|---|---|---|---|
| firstName | string | optional | The user's first name, labelled "First Name" in the UI and required when sending an invite. |
| lastName | string | optional | The user's last name, labelled "Last Name" in the UI and required when sending an invite. |
| companyName | string | optional | Optional company name for the user, shown as the "Company" field on a supplier's own profile. |
| profileImage | string | optional | Optional URL of the user's profile image; falls back to a default avatar when unset. |