Skip to main content
PUT
Update a member

Authorizations

Authorization
string
header
required

Pass your API key as: Authorization: Bearer <API KEY>.

User-Agent
string
header
default:BosscartDocs/1.0
required

Client identifier sent with requests from the documentation playground.

Path Parameters

id
integer
required

The id of the member.

Example:

111

Body

application/json
name
string
required
Example:

"John Doe"

email
string<email>
required
Example:

"john@doe.com"

password
string

Optional. If omitted, a random password is set and a reset email is sent. Ignored on update.

Example:

"my-password"

groups
integer[]
approved
boolean
billingAddress
object

A billing or shipping address.

shippingAddress
object

A billing or shipping address.

Response

The updated member.

id
integer

Unique identifier.

Example:

123

name
string

Member name.

Example:

"John Doe"

email
string<email>

Email of the member.

Example:

"john@doe.com"

groups
integer[]

Member group id(s) to which the member belongs.

Example:
registeredOn
integer<int64>

Timestamp in Unix seconds since epoch.

Example:

1587489771

approved
boolean

Member approval status.

contactId
integer

Contact ID of the member.

Example:

147

billingAddress
object

A billing or shipping address.

shippingAddress
object

A billing or shipping address.

Last modified on September 2, 2026