Scalr\Api\Service\Admin\V1beta0\Controller\Users::getAction PHP Method

getAction() public method

Gets a user
public getAction ( integer $userId )
$userId integer The identifier of the user
    public function getAction($userId)
    {
        throw new ApiNotImplementedErrorException();
    }