Skip to main content

Add Manager

POST 

/users/:id/managers

Add a manager (authorize another user to act on your behalf)

Request

Path Parameters

    id stringrequired

    The user ID (child user adding the manager)

Body

required

    manager_user_id stringrequired

    The user ID of the user to add as manager

Responses

Manager added successfully

Schema

    success boolean

    Whether the operation was successful

    transaction_hash string

    The blockchain transaction hash

Loading...