Skip to main content
PUT
/
v3
/
contact-accounts
/
{id}
/
owner
Update account owner
curl --request PUT \
  --url https://api.reply.io/v3/contact-accounts/{id}/owner \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "userId": 123
}'
{ "id": 123, "ownerUserId": 123, "name": "<string>", "description": "<string>", "domainName": "<string>", "domainSecondary": "<string>", "industry": "<string>", "country": "<string>", "state": "<string>", "city": "<string>", "timeZoneId": "<string>", "linkedInUrl": "<string>", "phone": "<string>", "twitterUrl": "<string>", "logoUrl": "<string>", "email": "<string>", "stage": { "id": 123, "name": "<string>", "colorId": 123 }, "linkedProspectsCount": 123, "createdDate": "2023-11-07T05:31:56Z", "lastActivityDate": "2023-11-07T05:31:56Z" }

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
integer
required

Account ID

Body

application/json

Request body for updating the owner of a contact account

userId
integer
required

ID of the new owner user

Response

Account owner updated successfully

A contact account representing a company or organization

id
integer
read-only

Unique identifier of the contact account

ownerUserId
integer

ID of the user who owns this contact account

name
string

Contact account name

description
string | null

Optional description of the contact account

domainName
string | null

Primary domain name

domainSecondary
string | null

Secondary domain name

industry
string | null

Industry of the company

companySize
enum<string> | null

Company size range

Available options:
Empty,
SelfEmployed,
2-10,
11-50,
51-200,
201-500,
501-1000,
1001-5000,
5001-10000,
10001+
country
string | null

Country of the company

state
string | null

State or province

city
string | null

City

timeZoneId
string | null

Time zone identifier

linkedInUrl
string | null

LinkedIn profile URL

phone
string | null

Phone number

twitterUrl
string | null

Twitter profile URL

logoUrl
string | null

Company logo URL

email
string | null

Contact email address

stage
Contact Account Stage · object

Current stage of the contact account

linkedProspectsCount
integer
read-only

Number of contacts linked to this account

createdDate
string<date-time>
read-only

Date when the account was created

lastActivityDate
string<date-time>
read-only

Date of the last activity on this account