Auth0\SDK\API\Management\Users::create PHP Method

create() public method

public create ( $data )
    public function create($data)
    {
        return $this->apiClient->post()->users()->withHeader(new ContentType('application/json'))->withBody(json_encode($data))->call();
    }