Competitor Tracker & Co. Docs

Update the signed-in user's profile.

Update the signed-in user's profile — Competitor Tracker & Co. API reference for PATCH /v1/users/me: request parameters, request body, response schema plus the.

Required role: member or higher (organization-level).

Required scope: account:write (for both OAuth2 tokens and API keys).

PATCH
/v1/users/me

Authorization

X-API-Key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PATCH "https://api.competitortracker.io/v1/users/me" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "string",
  "email": "string",
  "name": "string",
  "firstName": "string",
  "lastName": "string",
  "signupCompletedAt": "2019-08-24T14:15:22Z",
  "createdAt": "2019-08-24T14:15:22Z"
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}