Skip to main content

Set the primary contact for a customer

POST 

/api/v3/customer/:customer_id/_action/setSuperUser

Specify the user you want to assign as the customer's primary contact using the user's user_id.

Request

Body

    user_id integer

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...