Skip to main content
PUT
Change a member's type

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

member_id
string
required

The member's native UUID or its legacy bigint (legacy_user_company_id).

Body

application/json
member_type_slug
string
required

A member type slug this company defines.

Response

The member detail (admin view), with the new type applied.

member
object
required

The member detail (admin view). Key identity and profile fields are enumerated; the admin view also returns additional fields (addresses, payment_methods, sponsor, placement, member_type, rank, points, orders_count, total_spent_in_base, notes).